From 86c7b0a3e53297c2c407fb4be9b55d94a67d9f96 Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Tue, 24 Mar 2015 11:01:58 -0500 Subject: [PATCH] Add note about config option Add note explaining what clean_config_d_dir does and why you shouldn't set it to True. --- pillar.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pillar.example b/pillar.example index 2b2fd10..e938339 100644 --- a/pillar.example +++ b/pillar.example @@ -1,4 +1,7 @@ salt: + # Set this to true to clean any non-salt-formula managed files out of + # /etc/salt/{master,minion}.d ... You really don't want to do this on 2015.2 + # and up as it'll wipe out important files that Salt relies on. clean_config_d_dir: False # to overwrite map.jinja salt packages