puppet-inspect(8) - Linux man page
Name
puppet-inspect - Send an inspection reportSynopsis
Prepares and submits an inspection report to the puppet master.Usage
puppet inspect [--archive_files] [--archive_file_server]Description
Puppet inspect does not run as a daemon, and must be run manually or from cron.
Options
Any configuration setting which is valid in the configuration file is also a valid long argument, e.g. '--server=master.domain.com'. See the 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'.