Edit requisite documentation

Fixes #49836
This commit is contained in:
Paulo-Nunes 2018-10-01 21:08:49 -04:00
parent 0587fbc5fd
commit fb6f81835a

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