Skip to content

Commit f39b4bc

Browse files
committed
(maint) plans/run.pp: Please puppet-lint
1 parent ef71fc6 commit f39b4bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plans/run.pp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
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)
@@ -49,8 +49,8 @@
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)
@@ -59,13 +59,13 @@
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,

0 commit comments

Comments
 (0)