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

14 lines
168 B
Plaintext

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