From 62bc09e0f5516236ef077bbcb6c8354acdd26e20 Mon Sep 17 00:00:00 2001 From: Steven Jenkins Date: Tue, 25 Aug 2009 18:07:01 -0400 Subject: Redmine: 2474 - Fix for mount fstype documentation --- lib/puppet/type/mount.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit