Merge pull request #49858 from Paulo-Nunes/fix-requisite-doc

Edit requisite documentation
This commit is contained in:
Nicole Thomas 2018-10-02 13:57:47 -04:00 committed by GitHub
commit 7fa20430f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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".