mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update nagios.py
This commit is contained in:
parent
5d0c8897cd
commit
b3a514ba5f
@ -69,7 +69,7 @@ def _execute_pillar(pillar_name, run_type):
|
||||
plugin = command
|
||||
args = ''
|
||||
command_key = _format_dict_key(args, plugin)
|
||||
data[group][command_key] = run_type(plugin, args, group)
|
||||
data[group][command_key] = run_type(plugin, args)
|
||||
return data
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user