From f587d8881e0e5c4d9cde372fdaccf85f8e55e50b Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 3 Sep 2006 01:29:11 +0000 Subject: Adding note about configprint, indicating what versions include it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1531 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/puppet.rb') diff --git a/lib/puppet.rb b/lib/puppet.rb index 5102a5ffe..7e9e36d42 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -143,7 +143,8 @@ module Puppet "Print the value of a specific configuration parameter. If a parameter is provided for this, then the value is printed and puppet exits. Comma-separate multiple values. For a list of all values, - specify 'all'."], + specify 'all'. This feature is only available in Puppet versions + higher than 0.18.4."], :color => [true, "Whether to use ANSI colors when logging to the console."], :mkusers => [false, "Whether to create the necessary user and group that puppetd will -- cgit