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

12 lines
134 B
Plaintext

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