From 4ba760b81be21a1ec2ec76e7f92808451784f137 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 1 Oct 2013 19:03:11 +0000 Subject: [PATCH] Disable the salt minion data cache on master * modules/salt/templates/master.erb: A bug with the salt mine was preventing communication with CentOS minions after about 24 hours. Disabling the minion data cache, which we don't currently use, works around it. Change-Id: I4f68305ee6215333bd1491fba859b0607bc25137 --- modules/salt/templates/master.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/salt/templates/master.erb b/modules/salt/templates/master.erb index 0a3feb4e84..0c9b7a3186 100644 --- a/modules/salt/templates/master.erb +++ b/modules/salt/templates/master.erb @@ -81,7 +81,8 @@ user: salt #job_cache: True # Cache minion grains and pillar data in the cachedir. -#minion_data_cache: True +# Disabled due to a salt mine bug affecting RHEL/CentOS minions +minion_data_cache: False # Set the acceptance level for serialization of messages. This should only be # set if the master is newer than 0.9.5 and the minion are older. This option