Thanks for making this patch Steven, I never got a chance to do it after reporting the bug.
Cheers, Eric On Wed, Aug 26, 2009 at 03:37:51PM -0400, Steven Jenkins wrote: > Attached is a trivial fix for 2474. It's also available in my github repo at > http://github.com/stevenjenkins/puppet/tree/tickets/master/2474 > > Thanks, > Steven Jenkins > End Point Corporation > > > > From 1ed02a36a03ab87f64432162a312b65bf319e696 Mon Sep 17 00:00:00 2001 > From: Steven Jenkins <[email protected]> > Date: Tue, 25 Aug 2009 18:07:01 -0400 > Subject: [PATCH] Redmine: 2474 - Fix for mount fstype documentation > > --- > lib/puppet/type/mount.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb > index fb9a9ef..1c7f8cd 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 > -- > 1.6.1.rc3 > -- Eric Gerlach, Network Administrator Federation of Students University of Waterloo p: (519) 888-4567 x36329 e: [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
