mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-24 00:24:22 +02:00
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:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user