php-formula/php/fpm.sls

14 lines
163 B
Plaintext
Raw Normal View History

2013-07-30 00:17:02 +02:00
include:
2013-07-30 00:19:22 +02:00
- apt
2013-07-30 00:17:02 +02:00
{% if grains['os']=="Ubuntu" %}
php5-fpm:
pkg.installed:
- order: 175
service.running:
- enable: True
- order: 455
{% endif %}