summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-01 13:13:21 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-01 13:13:21 +1100
commit2f9c13b44fa8602424d1ab4331b3b0c3806c30a8 (patch)
tree360e479ebcf61fccd52022ab84a5fc324354ac4b
parent039dc8d6a996116cccbe0d26a61a2ec9a0148e6c (diff)
downloadpuppet-2f9c13b44fa8602424d1ab4331b3b0c3806c30a8.tar.gz
puppet-2f9c13b44fa8602424d1ab4331b3b0c3806c30a8.tar.xz
puppet-2f9c13b44fa8602424d1ab4331b3b0c3806c30a8.zip
Fixed ticket #979 - code configuration option doco
-rw-r--r--lib/puppet/defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index a767d2952..a95023895 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -305,7 +305,7 @@ module Puppet
:manifest => ["$manifestdir/site.pp",
"The entry-point manifest for puppetmasterd."],
:code => ["", "Code to parse directly. This is essentially only used
- by ``puppet`, and should only be set if you're writing your own Puppet
+ by ``puppet``, and should only be set if you're writing your own Puppet
executable"],
:masterlog => { :default => "$logdir/puppetmaster.log",
:owner => "$user",