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

2013-05-06 Thread jcbollinger
On Sunday, May 5, 2013 2:23:25 PM UTC-5, Ryan R. Uber wrote: > > Hi Stefan, > > My apologies that I did not get back sooner. What you are suggesting > yields the same results I was seeing before. Let me try to explain > better: > > I think Stefan understood the question. He advised you on t

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

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

2013-05-01 Thread Stefan Schulte
On Tue, 30 Apr 2013 15:37:11 -0700 Ryan Uber wrote: > [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

[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