summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-24 06:20:21 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-24 06:20:21 +0000
commit1d036bb020b857b048cffe90346ddbbb73c2f59d (patch)
tree9047aba491fb585c020b527a0b3d4079ac21ebe4 /lib/puppet
parent9526e536fd66828b4f7f3e9fb59177d30e24e2b0 (diff)
downloadpuppet-1d036bb020b857b048cffe90346ddbbb73c2f59d.tar.gz
puppet-1d036bb020b857b048cffe90346ddbbb73c2f59d.tar.xz
puppet-1d036bb020b857b048cffe90346ddbbb73c2f59d.zip
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
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/pfile/source.rb2
-rw-r--r--lib/puppet/type/service.rb2
2 files changed, 2 insertions, 2 deletions
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