php-formula/php/curl.sls

11 lines
114 B
Plaintext
Raw Normal View History

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