You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/puppet/application/agent.rb
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -133,9 +133,12 @@ def help
133
133
'test', 'tags' and 'fingerprint' are useful.
134
134
135
135
'--test' runs once in the foreground with verbose logging, then exits.
136
-
It also exits if it can't get a valid catalog. `--test` includes the '--detailed-exitcodes' option by default and exits with one of the following exit codes:
136
+
It also exits if it can't get a valid catalog. `--test` includes the
137
+
'--detailed-exitcodes' option by default and exits with one of the following
138
+
exit codes:
137
139
138
-
* 0: The run succeeded with no changes or failures; the system was already in the desired state.
140
+
* 0: The run succeeded with no changes or failures; the system was already in
141
+
the desired state.
139
142
* 1: The run failed, or wasn't attempted due to another run already in progress.
140
143
* 2: The run succeeded, and some resources were changed.
141
144
* 4: The run succeeded, and some resources failed.
@@ -246,7 +249,9 @@ def help
246
249
'puppet agent' exits after executing this.
247
250
248
251
* --evaltrace:
249
-
Logs each resource as it is being evaluated. This allows you to interactively see exactly what is being done. (This is a Puppet setting, and can go in puppet.conf. Note the special 'no-' prefix for boolean settings on the command line.)
252
+
Logs each resource as it is being evaluated. This allows you to interactively
253
+
see exactly what is being done. (This is a Puppet setting, and can go in
254
+
puppet.conf. Note the special 'no-' prefix for boolean settings on the command line.)
250
255
251
256
* --fingerprint:
252
257
Display the current certificate or certificate signing request
@@ -267,7 +272,8 @@ def help
267
272
service), 'eventlog' (the Windows Event Log), 'console', or the path to a log
268
273
file. If debugging or verbosity is enabled, this defaults to 'console'.
269
274
Otherwise, it defaults to 'syslog' on POSIX systems and 'eventlog' on Windows.
270
-
Multiple destinations can be set using a comma separated list (eg: `/path/file1,console,/path/file2`)"
275
+
Multiple destinations can be set using a comma separated list
276
+
(eg: `/path/file1,console,/path/file2`)"
271
277
272
278
A path ending with '.json' will receive structured output in JSON format. The
273
279
log file will not have an ending ']' automatically written to it due to the
@@ -310,7 +316,8 @@ def help
310
316
'no-splay', and 'show_diff'.
311
317
312
318
* --trace
313
-
Prints stack traces on some errors. (This is a Puppet setting, and can go in puppet.conf. Note the special 'no-' prefix for boolean settings on the command line.)
319
+
Prints stack traces on some errors. (This is a Puppet setting, and can go in
320
+
puppet.conf. Note the special 'no-' prefix for boolean settings on the command line.)
0 commit comments