diff options
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/application/inspect.rb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/puppet/application/inspect.rb b/lib/puppet/application/inspect.rb index b5a4ac872..6737128aa 100644 --- a/lib/puppet/application/inspect.rb +++ b/lib/puppet/application/inspect.rb @@ -31,7 +31,7 @@ Prepares and submits an inspection report to the puppet master. USAGE ----- -puppet inspect +puppet inspect [--archive_files] [--archive_file_server] DESCRIPTION @@ -57,6 +57,14 @@ configuration file documentation at http://docs.puppetlabs.com/references/latest/configuration.html for the full list of acceptable settings. +* --archive_files: + During an inspect run, whether to archive files whose contents are audited to + a file bucket. + +* --archive_file_server: + During an inspect run, the file bucket server to archive files to if + archive_files is set. The default value is '$server'. + AUTHOR ------ |