[Puppet Users] Re: scope question

2013-11-18 Thread jcbollinger
On Sunday, November 17, 2013 6:50:03 PM UTC-6, jc.listmail wrote: > > I have a parent class, a child class, and a defined type, like so: > > *init.pp*: > class parent { > create_resources(parent::versions, hiera('versions')) > ... > } > > *versions.pp:* > define parent::versions($version) { >

[Puppet Users] Re: scope question

2013-11-17 Thread Jay Christopherson
If I stick a "notify { "$version": }" into the define, it shows the expected value, so my issue appears to be scope access. On Sun, Nov 17, 2013 at 4:50 PM, Jay Christopherson wrote: > I have a parent class, a child class, and a defined type, like so: > > *init.pp*: > class parent { > create_r