From dda11f02f9bd34c792be1d996b8c79134208935a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Sep 2016 11:25:45 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- salt/proxy | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/salt/proxy b/salt/proxy index 7b835e2..4e5cc34 100644 --- a/salt/proxy +++ b/salt/proxy @@ -84,6 +84,16 @@ # This data may contain sensitive data and should be protected accordingly. #cachedir: /var/cache/salt/minion +# Append minion_id to these directories. Helps with +# multiple proxies and minions running on the same machine. +# Allowed elements in the list: pki_dir, cachedir, extension_modules +# Normally not needed unless running several proxies and/or minions on the same machine +# Defaults to ['cachedir'] for proxies, [] (empty list) for regular minions +# append_minionid_config_dirs: +# - cachedir + + + # Verify and set permissions on configuration directories at startup. #verify_env: True -- 2.39.5