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:
Dallas Harris
2021-09-04 21:27:43 +01:00
committed by Imran Iqbal
parent f64197ada4
commit ca1df1b69e
+1 -1
View File
@@ -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: