summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-08-09 11:30:21 -0700
committerMatt Robinson <matt@puppetlabs.com>2011-08-09 11:45:40 -0700
commit310bd552e320a0fd0561b3d1619820428a07a01d (patch)
tree00099b9f2c8467760c71b47f25196eeff18e4a83 /lib/puppet
parent3a19628194d8ec8319fb9090b8fb62620956c03c (diff)
downloadpuppet-310bd552e320a0fd0561b3d1619820428a07a01d.tar.gz
puppet-310bd552e320a0fd0561b3d1619820428a07a01d.tar.xz
puppet-310bd552e320a0fd0561b3d1619820428a07a01d.zip
maint: Add inspect app options to help
Inspect wasn't documenting the only two options it has, archive_files and archive_file_server. Now it does. Reviewed-by: Nick Lewis <nick@puppetlabs.com>
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/application/inspect.rb10
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
------