From e891ffb0280bb13411d4614d9ae4be3522d291cc Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 17 Jun 2006 02:04:50 +0000 Subject: 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 --- lib/puppet/type/pfile.rb | 8 ++++---- lib/puppet/type/service.rb | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'lib') 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 } -- cgit