Fix to mine update to merge configuration

This addresses issue: #30722
This commit is contained in:
yannis_cosmadopoulos 2016-01-29 15:33:22 -08:00
parent f9fde8f6a7
commit 61bb23e256

View file

@ -105,7 +105,7 @@ def update(clear=False):
salt '*' mine.update
'''
m_data = __salt__['config.option']('mine_functions', {})
m_data = __salt__['config.merge']('mine_functions', {})
data = {}
for func in m_data:
try: