Merge pull request #10863 from topochan/patch-1

Fix in nagios module for run_*_pillar
This commit is contained in:
Mike Place 2014-02-28 07:09:28 -07:00
commit 08bdcfae3d

View File

@ -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