php-formula/php/init.sls
2013-07-29 22:19:22 +00:00

11 lines
104 B
Plaintext

include:
- apt
{% if grains['os']=="Ubuntu" %}
php5:
pkg.installed:
- order: 175
{% endif %}