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

12 lines
120 B
Plaintext

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