Skip to content

Commit

Permalink
(#27) Fix trailing coma in find_stuck_agents plan
Browse files Browse the repository at this point in the history
Closes #27.
  • Loading branch information
Mateusz Gozdek committed Oct 5, 2018
1 parent 4aaafb3 commit 093b9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/plans/find_stuck_agents.pp
Expand Up @@ -14,7 +14,7 @@
Choria::Nodes $nodes = [],
Integer $maxage = 7200,
) {
$_nodes = choria::run_playbook("mcollective_agent_puppet::discover", "nodes" => $nodes),
$_nodes = choria::run_playbook("mcollective_agent_puppet::discover", "nodes" => $nodes)

$stuck = choria::task(
"nodes" => $_nodes,
Expand Down

0 comments on commit 093b9c2

Please sign in to comment.