Re: [Puppet Users] Re: Inheritance in parametrized classes

2011-05-24 Thread Carles Amigó
"Correct" is such a nuanced word. I don't know whether the observed behavior is by design, but I don't find it surprising. I would not have found your expected behavior surprising either, however. You may be able to achieve your desired result like this: class { "parent": foo => "test" } clas

[Puppet Users] Re: Inheritance in parametrized classes

2011-05-23 Thread jcbollinger
On May 20, 10:20 am, Carles Amigó wrote: > Hi, > > I'm trying to pass a parameter different from the default to the child > of a parametrized class with inheritance, I would not recommend mixing class inheritance with parameterized classes. As a separate matter, I would recommend to most peop