Better description of php_packages_state.

This commit is contained in:
Jeff Geerling 2016-06-10 21:06:53 -05:00
parent 2d640f57a0
commit d4af9e1ae6
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# Pass in a comma-separated list of repos to use (e.g. "remi,epel").
php_enablerepo: ""
# State that the system package installer should use for PHP the enabled repo (e.g. "installed,latest")
# PHP package state; use 'installed' to make sure it's installed, or 'latest' if
# you want to upgrade or switch versions using a new repo.
php_packages_state: installed
# Set this to false if you're not using PHP with Apache/Nginx/etc.