File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 ' _error' => {
2626 ' msg' => " The task puppet_agent::version failed: ${result.error.message}. Unable to determine if the Puppet agent is installed." ,
2727 ' kind' => ' puppet_agent/agent-version-error' ,
28- ' details' => {}
29- }
28+ ' details' => {},
29+ },
3030 }
3131
3232 Result.new($result .target, $err )
4949 ' _error' => {
5050 ' msg' => ' Puppet agent is not installed on the target. Run the puppet_agent::install task on these targets to install the Puppet agent.' ,
5151 ' kind' => ' puppet_agent/agent-not-installed' ,
52- ' details' => {}
53- }
52+ ' details' => {},
53+ },
5454 }
5555
5656 Result.new($result .target, $err )
5959 # Run the agent on all targets that have the agent installed.
6060 $arg_env = $environment ? {
6161 Undef => {},
62- default => {' environment' => $environment , },
62+ default => { ' environment' => $environment , },
6363 }
6464 $arg_noop = $noop ? {
6565 true => { ' noop' => true , },
6666 default => {},
6767 }
68- $args = $arg_env + $arg_noop + {' _catch_errors' => true }
68+ $args = $arg_env + $arg_noop + { ' _catch_errors' => true }
6969 $run_results = run_task(
7070 ' puppet_agent::run' ,
7171 $agent_results .targets,
You can’t perform that action at this time.
0 commit comments