Merge pull request #118 from hackel/patch-2

Update pillar.example to reflect new structure
This commit is contained in:
Niels Abspoel 2017-02-16 22:43:15 +01:00 committed by GitHub
commit ee6ae4fd33

View File

@ -1,10 +1,10 @@
## php.ng pillar examples ## php.ng pillar examples
php: php:
# Use ppa instead the default repository (only Debian family) # Use external repository instead the default (only Ubuntu family)
use_ppa: True use_external_repo: True
# Set the ppa name (valid only if use_ppa is not none) # Set the external repository name (valid only if use_external_repo is not none)
ppa_name: 'ondrej/php' external_repo_name: 'ondrej/php'
# Set the MongoDB driver version. You can specify (optionally) the driver version # Set the MongoDB driver version. You can specify (optionally) the driver version
# when you add the php.mongo formula to your execution list # when you add the php.mongo formula to your execution list
mongo_version: "1.5.5" mongo_version: "1.5.5"