Преглед на файлове
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
преди 3 години
родител
ревизия
ca1df1b69e
No account linked to committer's email address
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 1 реда
-
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: |