summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-01 12:58:12 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-01 12:58:12 +1100
commit7aa79e2d17341e0be2f978b8081132474d181a72 (patch)
treee6b511f8e002fe16559d01b9965567ca3688f74d /lib/puppet
parentf2991a21726e384e5099436c6b36b923380f053d (diff)
downloadpuppet-7aa79e2d17341e0be2f978b8081132474d181a72.tar.gz
puppet-7aa79e2d17341e0be2f978b8081132474d181a72.tar.xz
puppet-7aa79e2d17341e0be2f978b8081132474d181a72.zip
Revert "Fixed documentation for code option in defaults.rb"
This reverts commit e6547f03c48dde95f86538c5d4d25137e124792b.
Diffstat (limited to 'lib/puppet')
-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 a95023895..a767d2952 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",