Procházet zdrojové kódy
fix(default): set salt:minion:master_type to str
Having it set as true causes an error with the minion config when the salt-minion starts
tags/v1.9.1
Dallas Harris
před 3 roky
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
salt/defaults.yaml
|
|
@@ -58,7 +58,7 @@ salt: |
|
|
|
master: |
|
|
|
gitfs_provider: gitpython |
|
|
|
minion: |
|
|
|
master_type: true # see init.sls & standalone.sls |
|
|
|
master_type: str # see init.sls & standalone.sls |
|
|
|
|
|
|
|
gitfs: |
|
|
|
dulwich: |