+1 On Dec 20, 2009, at 3:10 PM, Markus Roberts wrote:
> Signed-off-by: Markus Roberts <[email protected]> > --- > lib/puppet/application/puppet.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/puppet/application/puppet.rb b/lib/puppet/ > application/puppet.rb > index 6fdd5a0..2929d54 100644 > --- a/lib/puppet/application/puppet.rb > +++ b/lib/puppet/application/puppet.rb > @@ -49,7 +49,7 @@ Puppet::Application.new(:puppet) do > end > > begin > - catalog = PSON.parse(text) > + catalog = > Puppet > ::Resource > ::Catalog.convert_from(Puppet::Resource::Catalog.default_format,text) > unless catalog.is_a?(Puppet::Resource::Catalog) > catalog = > Puppet::Resource::Catalog.pson_create(catalog) > end > -- > 1.6.4 > > -- > > 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 > . > > -- Discovery consists of seeing what everybody has seen and thinking what nobody has thought. -- Albert Szent-Gyorgyi --------------------------------------------------------------------- Luke Kanies -|- http://reductivelabs.com -|- +1(615)594-8199 -- 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.
