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

12 lines
132 B
Plaintext

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