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

14 lines
163 B
Plaintext

include:
- apt
{% if grains['os']=="Ubuntu" %}
php5-fpm:
pkg.installed:
- order: 175
service.running:
- enable: True
- order: 455
{% endif %}