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
parent
commit
ca1df1b69e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/defaults.yaml

+ 1
- 1
salt/defaults.yaml View File

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…
Cancel
Save