php-formula/php/apc.sls

11 lines
112 B
Plaintext
Raw Normal View History

2013-07-30 00:17:02 +02:00
include:
- core.apt
{% if grains['os']=="Ubuntu" %}
php-apc:
pkg.installed:
- order: 180
{% endif %}