php-formula/php/curl.sls

12 lines
130 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" %}
2013-07-30 00:27:43 +02:00
php-curl:
2013-07-30 00:17:02 +02:00
pkg.installed:
2013-07-30 00:27:43 +02:00
- name: php5-curl
2013-07-30 00:17:02 +02:00
- order: 180
{% endif %}