mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #10863 from topochan/patch-1
Fix in nagios module for run_*_pillar
This commit is contained in:
commit
08bdcfae3d
@ -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