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) {
>
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