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

11 lines
107 B
Plaintext

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