Skip to content

Commit

Permalink
Collapse apply examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Aug 2, 2024
1 parent c050926 commit 26113d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/puppet/application/apply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ def help
[--catalog <catalog>] [--write-catalog-summary] <file>
EXAMPLE
-------
$ puppet apply -e 'notify { "hello world": }'
DESCRIPTION
-----------
This is the standalone puppet execution tool; use it to apply
Expand Down Expand Up @@ -158,6 +153,7 @@ def help
EXAMPLE
-------
$ puppet apply -e 'notify { "hello world": }'
$ puppet apply -l /tmp/manifest.log manifest.pp
$ puppet apply --modulepath=/root/dev/modules -e "include ntpd::server"
$ puppet apply --catalog catalog.json
Expand Down

0 comments on commit 26113d9

Please sign in to comment.