php-formula/php/pear.sls

11 lines
113 B
Plaintext
Raw Normal View History

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