summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2007-12-30 22:02:05 +1100
committerJames Turnbull <james@lovedthanlost.net>2007-12-30 22:02:05 +1100
commite6547f03c48dde95f86538c5d4d25137e124792b (patch)
treee6b8fbf1c1861609c47f1eaf679ef049c83164b7
parent594a5a3522a653ac0d2ddd6217c66c056fad1b60 (diff)
downloadpuppet-e6547f03c48dde95f86538c5d4d25137e124792b.tar.gz
puppet-e6547f03c48dde95f86538c5d4d25137e124792b.tar.xz
puppet-e6547f03c48dde95f86538c5d4d25137e124792b.zip
Fixed documentation for code option in defaults.rb
-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 e9bf29f5f..efcd39a1f 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -309,7 +309,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",