Skip to content

Commit

Permalink
Fixed plan puppet::cert::clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ursu committed Feb 24, 2025
1 parent 9bd6037 commit 1ccfd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plans/cert/clean.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
) {
$server_name = get_targets($server)

$nodes = get_targets($targets).map |$node| { $node.name }
$hosts = get_targets($targets).map |$node| { $node.name }

return run_plan('puppet::server::clean', 'targets' => $server_name, 'nodes' => $nodes)
return run_plan('puppet::server::clean', 'targets' => $server_name, 'hosts' => $hosts)
}

0 comments on commit 1ccfd2f

Please sign in to comment.