From 1d036bb020b857b048cffe90346ddbbb73c2f59d Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 24 Apr 2007 06:20:21 +0000 Subject: All conversions to RST are done, but I did not quite succeed at making puppetdoc able to generate a single PDF with all of the references in them. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2409 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile/source.rb | 2 +- lib/puppet/type/service.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/puppet/type/pfile/source.rb b/lib/puppet/type/pfile/source.rb index d3429c993..d007ea301 100755 --- a/lib/puppet/type/pfile/source.rb +++ b/lib/puppet/type/pfile/source.rb @@ -23,7 +23,7 @@ module Puppet } } - See the `FileServingConfiguration`:trac: for information on how to configure + See the `FileServingConfiguration fileserver configuration documentation`:trac: for information on how to configure and use file services within Puppet. If you specify multiple file sources for a file, then the first diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb index 108df8968..0fdd04928 100644 --- a/lib/puppet/type/service.rb +++ b/lib/puppet/type/service.rb @@ -22,7 +22,7 @@ module Puppet service depends on the platform. You can provide a special command for restarting with the ``restart`` attribute." - feature :enableable, "The provider can enable and disalbe the service", + feature :enableable, "The provider can enable and disable the service", :methods => [:disable, :enable, :enabled?] attr_reader :stat -- cgit