Update nagios.py

This commit is contained in:
Miguel Angel Guillén 2014-02-28 14:37:24 +01:00
parent 5d0c8897cd
commit b3a514ba5f

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