What uses this module? I can't find mention of it in the code. On Aug 3, 2009, at 5:01 AM, James Turnbull wrote:
> > > Signed-off-by: James Turnbull <[email protected]> > --- > lib/puppet/parser/parser_support.rb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/puppet/parser/parser_support.rb b/lib/puppet/parser/ > parser_support.rb > index bc3444c..21db665 100644 > --- a/lib/puppet/parser/parser_support.rb > +++ b/lib/puppet/parser/parser_support.rb > @@ -1,6 +1,7 @@ > # I pulled this into a separate file, because I got > # tired of rebuilding the parser.rb file all the time. > class Puppet::Parser::Parser > + require 'monitor' > require 'puppet/parser/functions' > require 'puppet/parser/files' > require 'puppet/parser/loaded_code' > -- > 1.6.0.6 > > > > -- The whole secret of life is to be interested in one thing profoundly and in a thousand things well. -- Horace Walpole --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.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 -~----------~----~----~----~------~----~------~--~---
