diff options
author | Georg Pfuetzenreuter | 2023-01-28 01:41:16 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-28 02:14:36 +0100 |
commit | bd166cbb4275a5e0fc8919104916e25b1ae84257 (patch) | |
tree | f2d3261c0aa98e61a3d9299f1ae3afe33af1da56 /pillar | |
parent | 08f23700c94f446c2194a3d0b2b2b2858bc4680c (diff) | |
download | salt-bd166cbb4275a5e0fc8919104916e25b1ae84257.tar.gz salt-bd166cbb4275a5e0fc8919104916e25b1ae84257.tar.bz2 salt-bd166cbb4275a5e0fc8919104916e25b1ae84257.zip |
salt.master: set rootgroup
Needed for formula to not nuke Syndic key permissions. Little bit ugly.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar')
-rw-r--r-- | pillar/role/salt/common.sls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pillar/role/salt/common.sls b/pillar/role/salt/common.sls index f36600a..cfe8699 100644 --- a/pillar/role/salt/common.sls +++ b/pillar/role/salt/common.sls @@ -1,3 +1,4 @@ salt: hash_type: sha512 log_level: info + rootgroup: salt |