Stop using clean: True on /etc/salt/{minion,master}.d

New versions of Salt put config files in /etc/salt/{minion,master}.d. We don't
want to erase them by using a clean: True on the file.recurse. This is a
backward incompatible change, but it's necessary to avoid deleting Salt config
files.

Resolves #104
This commit is contained in:
Brian Jackson
2015-03-24 10:46:25 -05:00
parent 2118cc0905
commit 8ebb7f57df
5 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
salt:
clean_config_d_dir: False
# to overwrite map.jinja salt packages
lookup:
@@ -27,18 +28,18 @@ salt:
ssl_key: /etc/pki/api/certs/server.key
debug: False
disable_ssl: False
# salt minion config:
minion:
# single master setup
master: salt
# multi master setup
master:
- salt_master_1
- salt_master_2
fileserver_backend:
- git
- roots