Re: [Puppet Users] Retrieve scoped resource defaults from class method in custom type

2013-05-05 Thread Ryan Uber
om the scope they are defined applied to them. Any other thoughts or suggestions are most appreciated, as always. Thanks! - Ryan > From: "Stefan Schulte" > To: puppet-users@googlegroups.com > Sent: Wednesday, May 1, 2013 4:54:38 AM > Subject: Re: [Puppet Users] Retrieve scoped

[Puppet Users] Retrieve scoped resource defaults from class method in custom type

2013-04-30 Thread Ryan Uber
[accidently sent this to puppet-dev, re-posting to puppet-users] Hello puppet-users, I am working on a module that provides a custom type. The type when called will create new resources in the catalog using syntax like: Puppet::Type.type(:file).new(:title => 'blah') This works fine and the reso