php-formula/php/apc.sls

11 lines
107 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" %}
php-apc:
pkg.installed:
- order: 180
{% endif %}