mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
f9fde8f6a7
commit
61bb23e256
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue