php-formula/php/gd.sls
2013-07-29 22:27:43 +00:00

12 lines
126 B
Plaintext

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