Skip to content

Commit 709438c

Browse files
committed
Collapse apply examples
1 parent bd4b383 commit 709438c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/puppet/application/apply.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ def help
5858
[--catalog <catalog>] [--write-catalog-summary] <file>
5959
6060
61-
EXAMPLE
62-
-------
63-
$ puppet apply -e 'notify { "hello world": }'
64-
65-
6661
DESCRIPTION
6762
-----------
6863
This is the standalone puppet execution tool; use it to apply
@@ -158,6 +153,7 @@ def help
158153
159154
EXAMPLE
160155
-------
156+
$ puppet apply -e 'notify { "hello world": }'
161157
$ puppet apply -l /tmp/manifest.log manifest.pp
162158
$ puppet apply --modulepath=/root/dev/modules -e "include ntpd::server"
163159
$ puppet apply --catalog catalog.json

0 commit comments

Comments
 (0)