summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-17 02:04:50 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-17 02:04:50 +0000
commite891ffb0280bb13411d4614d9ae4be3522d291cc (patch)
tree7de7bf80133437730e92e5a4322a1a0b8304102c /lib/puppet
parent90e8ad811495ecf8fd3f3d4572dff3644ce1dfe7 (diff)
downloadpuppet-e891ffb0280bb13411d4614d9ae4be3522d291cc.tar.gz
puppet-e891ffb0280bb13411d4614d9ae4be3522d291cc.tar.xz
puppet-e891ffb0280bb13411d4614d9ae4be3522d291cc.zip
updating some docs and puppetdoc in preparation for a move to webgen instead of plone
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1295 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/type/pfile.rb8
-rw-r--r--lib/puppet/type/service.rb8
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb
index 7ff7576ab..f16c67eb9 100644
--- a/lib/puppet/type/pfile.rb
+++ b/lib/puppet/type/pfile.rb
@@ -44,10 +44,10 @@ module Puppet
server => puppet
}
- ``puppetmasterd`` creates a filebucket by default, so you can
- usually back up to your main server with this configuration. Once
- you've described the bucket in your configuration, you can use
- it in any file::
+ The ``puppetmasterd`` daemon creates a filebucket by default,
+ so you can usually back up to your main server with this
+ configuration. Once you've described the bucket in your
+ configuration, you can use it in any file::
file { \"/my/file\":
source => \"/path/in/nfs/or/something\",
diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb
index 658027360..b65a8cd54 100644
--- a/lib/puppet/type/service.rb
+++ b/lib/puppet/type/service.rb
@@ -154,11 +154,11 @@ module Puppet
sense to set this parameter, as the default is based on
the builtin service facilities. The service types available are:
- * ``base``: You must specify everything.
- * ``init``: Assumes ``start`` and ``stop`` commands exist, but you
+ * **base**: You must specify everything.
+ * **init**: Assumes ``start`` and ``stop`` commands exist, but you
must specify everything else.
- * ``debian``: Debian's own specific version of ``init``.
- * ``smf``: Solaris 10's new Service Management Facility.
+ * **debian**: Debian's own specific version of ``init``.
+ * **smf**: Solaris 10's new Service Management Facility.
"
defaultto { @parent.class.defaulttype }