summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSteven Jenkins <steven@endpoint.com>2009-08-25 18:07:01 -0400
committerJames Turnbull <james@lovedthanlost.net>2010-06-27 04:03:08 +1000
commit62bc09e0f5516236ef077bbcb6c8354acdd26e20 (patch)
tree469a94c160fbdf174a4e69cb376f62883d5f8f54 /lib
parent7faf27ce72d4b2d64d94f0dda1ad4e55aec99fd2 (diff)
downloadpuppet-62bc09e0f5516236ef077bbcb6c8354acdd26e20.tar.gz
puppet-62bc09e0f5516236ef077bbcb6c8354acdd26e20.tar.xz
puppet-62bc09e0f5516236ef077bbcb6c8354acdd26e20.zip
Redmine: 2474 - Fix for mount fstype documentation
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/mount.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb
index e79bc0a4a..50f348a49 100755
--- a/lib/puppet/type/mount.rb
+++ b/lib/puppet/type/mount.rb
@@ -116,7 +116,7 @@ module Puppet
newproperty(:fstype) do
desc "The mount type. Valid values depend on the
- operating system."
+ operating system. This is a required option."
end
newproperty(:options) do