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
This commit is contained in:
parent
f64197ada4
commit
ca1df1b69e
@ -58,7 +58,7 @@ salt:
|
|||||||
master:
|
master:
|
||||||
gitfs_provider: gitpython
|
gitfs_provider: gitpython
|
||||||
minion:
|
minion:
|
||||||
master_type: true # see init.sls & standalone.sls
|
master_type: str # see init.sls & standalone.sls
|
||||||
|
|
||||||
gitfs:
|
gitfs:
|
||||||
dulwich:
|
dulwich:
|
||||||
|
Loading…
Reference in New Issue
Block a user