salt/databases/mysql/common.sls in salted-rails-0.0.6 vs salt/databases/mysql/common.sls in salted-rails-0.0.7
- old
+ new
@@ -1,22 +1,22 @@
mysql-common:
pkg.installed:
- name: mysql-common
-/etc/mysql:
+/etc/mysql/conf.d:
file.directory:
- user: root
- group: root
- mode: 0755
- clear: True
- require:
- - file: /etc/mysql/conf.d
- pkg: mysql-common
-/etc/mysql/conf.d:
+/etc/mysql:
file.directory:
- user: root
- group: root
- mode: 0755
- clear: True
- require:
+ - file: /etc/mysql/conf.d
- pkg: mysql-common