Browse Source
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 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
salt/defaults.yaml
|
|
|
|
|
|
|
|
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: |