Compare commits

..

2 Commits

Author SHA1 Message Date
a6883f3f9e
Listeners macro: skip on empty mine
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Don't fail if mine does not contain information about the queried
minion.
In the future it would be nice to add another conditional to allow such
minions to fall-back to the locally executed network module for
masterless setups.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-28 01:52:07 +01:00
de5e5584bc
salt.master: set rootgroup
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Needed for formula to not nuke Syndic key permissions. Little bit ugly.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-28 01:41:16 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
salt:
hash_type: sha512
log_level: info
rootgroup: salt

View File

@ -78,3 +78,4 @@ salt:
auth.ldap.binddn: ${'secret_salt:master:auth.ldap.binddn'}
auth.ldap.bindpw: ${'secret_salt:master:auth.ldap.bindpw'}
auth.ldap.filter: ${'secret_salt:master:auth.ldap.filter'}
rootgroup: salt