I would like to see a simple test case for this. Gotta start somewhere... On Thu, Oct 8, 2009 at 1:15 PM, John A. Barbuto <[email protected]> wrote: > > Signed-off-by: John A. Barbuto <[email protected]> > --- > lib/puppet/application/puppetdoc.rb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/puppet/application/puppetdoc.rb > b/lib/puppet/application/puppetdoc.rb > index 45aba42..a5496cc 100644 > --- a/lib/puppet/application/puppetdoc.rb > +++ b/lib/puppet/application/puppetdoc.rb > @@ -79,6 +79,7 @@ Puppet::Application.new(:puppetdoc) do > if @manifest > Puppet::Util::RDoc.manifestdoc(files) > else > + options[:outputdir] = "doc" unless options[:outputdir] > Puppet::Util::RDoc.rdoc(options[:outputdir], files) > end > rescue => detail > -- > 1.5.5.6 > > > > >
-- Rein Henrichs http://reductivelabs.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
