From ca1df1b69e9b9c2caef8a1e2a18a6a68a6cdf524 Mon Sep 17 00:00:00 2001 From: Dallas Harris Date: Sat, 19 Dec 2020 13:10:54 -0700 Subject: [PATCH] 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 --- salt/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/defaults.yaml b/salt/defaults.yaml index cc225c1..2b84eec 100644 --- a/salt/defaults.yaml +++ b/salt/defaults.yaml @@ -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: