Skip to content

Commit

Permalink
fix(default): set salt:minion:master_type to str
Browse files Browse the repository at this point in the history
Having it set as true causes an error with the minion config when the salt-minion starts
  • Loading branch information
dth202 authored and myii committed Sep 4, 2021
1 parent f64197a commit ca1df1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca1df1b

Please sign in to comment.