2
0

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 2020-12-19 13:10:54 -07:00 committed by Imran Iqbal
parent f64197ada4
commit ca1df1b69e
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

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: