diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-10-03 10:50:58 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-10-03 10:50:58 +1000 |
commit | 9d174c4f50b7281ac0bbba29d5c496c6028e469c (patch) | |
tree | a858884ad7f1fb9dcdd0777705606089011aab7f | |
parent | 6a0b3348065bba7438b23ebbada67c552f33597b (diff) | |
download | puppet-9d174c4f50b7281ac0bbba29d5c496c6028e469c.tar.gz puppet-9d174c4f50b7281ac0bbba29d5c496c6028e469c.tar.xz puppet-9d174c4f50b7281ac0bbba29d5c496c6028e469c.zip |
Updated puppet binary documentation
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | bin/puppet | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,6 @@ 0.24.x + Updated puppet binary documentation + Feature #1624 - Added RBAC roles to solaris user provider Fixed #1586 - Specifying "fully qualified" package names in Gentoo diff --git a/bin/puppet b/bin/puppet index 0e64b1cf3..142ddd9bb 100755 --- a/bin/puppet +++ b/bin/puppet @@ -3,7 +3,7 @@ # # = Synopsis # -# Run a stand-alone +puppet+ script. +# Run a stand-alone +puppet+ manifest. # # = Usage # @@ -12,9 +12,9 @@ # # = Description # -# This is the standalone puppet execution script; use it to execute -# individual scripts that you write. If you need to execute site-wide -# scripts, use +puppetd+ and +puppetmasterd+. +# This is the standalone puppet execution tool; use it to execute +# individual manifests that you write. If you need to execute site-wide +# manifests, use +puppetd+ and +puppetmasterd+. # # = Options # @@ -48,7 +48,7 @@ # # = Example # -# puppet -l /tmp/script.log script.pp +# puppet -l /tmp/manifest.log manifest.pp # # = Author # |