From 17b76fdbc71b90189e3998107a7fdd9c2af1e497 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 28 Oct 2025 00:30:45 +0100 Subject: [PATCH 1/2] wip: override conf --- conf/overrides.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/conf/overrides.conf b/conf/overrides.conf index 9445ce7..4416288 100644 --- a/conf/overrides.conf +++ b/conf/overrides.conf @@ -2,3 +2,36 @@ # see https://docs.saltproject.io/en/latest/ref/configuration/master.html for docs on these configs #cli_summary: true + +startup_states: sls +sls_list: + - saltutil.sync_all + +# override some defaults +# ------------------------------------------------------------------------------ + +hash_type: sha512 +enable_gpu_grains: false + +fileserver_followsymlinks: true +fileserver_ignoresymlinks: false +pillar_raise_on_missing: true + + + +# logging +# ------------------------------------------------------------------------------ + +cli_summary: true +color: true +log_datefmt: '%H:%M:%S' +log_fmt_console: '%(colorlevel)s %(asctime)s,%(msecs)03d %(colorname)-40s %(message)s' +log_fmt_jid: '[JID: %(jid)s]' +log_level: info +log_level_logfile: debug +state_output: terse +state_output_diff: true +state_output_pct: true +state_verbose: true +strip_color: false + From 2e60c0aa7e60e744333f093e876f28017272b9c9 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 28 Oct 2025 00:33:23 +0100 Subject: [PATCH 2/2] more conf changes --- conf/z_user.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/z_user.conf b/conf/z_user.conf index 38b5a3a..7291758 100644 --- a/conf/z_user.conf +++ b/conf/z_user.conf @@ -10,10 +10,13 @@ file_roots: pillar_roots: base: - /srv/pillar + - /srv/pillar/base user: - /srv/user/pillar -formula_dirs: ['/srv/formulas', '/srv/user/formulas'] +formula_dirs: + - /srv/formulas + - /srv/user/formulas include: - minion.d/*