mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49858 from Paulo-Nunes/fix-requisite-doc
Edit requisite documentation
This commit is contained in:
commit
7fa20430f7
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ mod_python.sls
|
|||
- require_in:
|
||||
- service: httpd
|
||||
|
||||
Now the httpd server will only start if php or mod_python are first verified to
|
||||
Now the httpd server will only start if both php and mod_python are first verified to
|
||||
be installed. Thus allowing for a requisite to be defined "after the fact".
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue