summaryrefslogtreecommitdiffstats
path: root/lib/puppet/configuration.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-23 06:16:10 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-23 06:16:10 +0000
commita478ed2b5beadd1124c375ced21a9343dc6c591a (patch)
treec1543b467e212a51249dd81a4db1aadaf7e47b2c /lib/puppet/configuration.rb
parent70ec0cc1d90aad151141e8139a0d17213e49346b (diff)
downloadpuppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.tar.gz
puppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.tar.xz
puppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.zip
Translating all of the docs except the type docs to RST
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2406 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/configuration.rb')
-rw-r--r--lib/puppet/configuration.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb
index 67c772eac..f711ce3ec 100644
--- a/lib/puppet/configuration.rb
+++ b/lib/puppet/configuration.rb
@@ -18,7 +18,7 @@ module Puppet
:confdir => [conf, "The main Puppet configuration directory."],
:vardir => [var, "Where Puppet stores dynamic and growing data."],
:name => [name, "The name of the service, if we are running as one. The
- default is essentially $0 without the path or '.rb'."]
+ default is essentially $0 without the path or ``.rb``."]
)
if name == "puppetmasterd"
@@ -208,7 +208,7 @@ module Puppet
:puppetport => [8139, "Which port puppetd listens on."],
:noop => [false, "Whether puppetd should be run in noop mode."],
:runinterval => [1800, # 30 minutes
- "How often puppetd applies the client configuration; in seconds"],
+ "How often puppetd applies the client configuration; in seconds."],
:listen => [false, "Whether puppetd should listen for
connections. If this is true, then by default only the
``runner`` server is started, which allows remote authorized