diff options
-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 # |