php-formula/php/mysql.sls

12 lines
132 B
Plaintext
Raw Normal View History

2013-07-29 22:17:02 +00:00
include:
2013-07-29 22:19:22 +00:00
- apt
2013-07-29 22:17:02 +00:00
{% if grains['os']=="Ubuntu" %}
2013-07-29 22:27:43 +00:00
php-mysql:
2013-07-29 22:17:02 +00:00
pkg.installed:
2013-07-29 22:27:43 +00:00
- name: php5-mysql
2013-07-29 22:17:02 +00:00
- order: 180
{% endif %}