Please review pull request #508: Add documentation for puppet apply --noop opened by (pmorch)
Description:
My puppetlabs username (under which I signed the contributer license) is pmorch.
See thread http://groups.google.com/group/puppet-users/browse_thread/thread/797ab13a25fad985/
- Opened: Thu Feb 16 07:36:43 UTC 2012
- Based on: puppetlabs:master (69db777c3ad5dd4c91db5046d5d4ab928350242f)
- Requested merge: pmorch:doc-for-apply-noop (e8a7425e08b322749e9bdeb98a091e220c1f969e)
Diff follows:
diff --git a/lib/puppet/application/apply.rb b/lib/puppet/application/apply.rb index be1162b..739452d 100644 --- a/lib/puppet/application/apply.rb +++ b/lib/puppet/application/apply.rb @@ -53,7 +53,7 @@ def help USAGE ----- puppet apply [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] - [-e|--execute] [--detailed-exitcodes] [-l|--logdest <file>] + [-e|--execute] [--detailed-exitcodes] [-l|--logdest <file>] [--noop] [--apply <catalog>] [--catalog <catalog>] <file> @@ -107,6 +107,11 @@ def help Where to send messages. Choose between syslog, the console, and a log file. Defaults to sending messages to the console. +* --noop: + Use 'noop' mode where Puppet runs in a no-op or dry-run mode. This + is useful for seeing what changes Puppet will make without actually + executing the changes. + * --execute: Execute a specific piece of Puppet code
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
