[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:11 UTC 2009


The following commit has been merged in the master branch:
commit 9d174c4f50b7281ac0bbba29d5c496c6028e469c
Author: James Turnbull <james at lovedthanlost.net>
Date:   Fri Oct 3 10:50:58 2008 +1000

    Updated puppet binary documentation

diff --git a/CHANGELOG b/CHANGELOG
index e493463..c54a852 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 0e64b1c..142ddd9 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
 #

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list