We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4b383 commit 709438cCopy full SHA for 709438c
lib/puppet/application/apply.rb
@@ -58,11 +58,6 @@ def help
58
[--catalog <catalog>] [--write-catalog-summary] <file>
59
60
61
- EXAMPLE
62
- -------
63
- $ puppet apply -e 'notify { "hello world": }'
64
-
65
66
DESCRIPTION
67
-----------
68
This is the standalone puppet execution tool; use it to apply
@@ -158,6 +153,7 @@ def help
158
153
159
154
EXAMPLE
160
155
-------
156
+ $ puppet apply -e 'notify { "hello world": }'
161
157
$ puppet apply -l /tmp/manifest.log manifest.pp
162
$ puppet apply --modulepath=/root/dev/modules -e "include ntpd::server"
163
$ puppet apply --catalog catalog.json
0 commit comments