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

11 lines
113 B
Plaintext

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