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
This commit is contained in:
parent
99d0e4d336
commit
4ba760b81b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user