php-formula/php/mysql.sls

11 lines
110 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" %}
php5-mysql:
pkg.installed:
- order: 180
{% endif %}