php-formula/php/mcrypt.sls

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