[Puppet Users] Re: Include class with parameters

2016-06-09 Thread Harish Kothuri
Thank you. Will take a look at "Automated data binding". On Thursday, June 9, 2016 at 6:44:56 PM UTC+5:30, jcbollinger wrote: > > > > On Wednesday, June 8, 2016 at 11:49:58 PM UTC-5, Harish Kothuri wrote: >> >> Hi, >> >> I have classA with parameter and i want to include this in another classB >>

[Puppet Users] Re: Include class with parameters

2016-06-09 Thread jcbollinger
On Wednesday, June 8, 2016 at 11:49:58 PM UTC-5, Harish Kothuri wrote: > > Hi, > > I have classA with parameter and i want to include this in another classB > . I expected to consider the default value defined in foreman for classA > but it's not happening. > > > class classA ($version) > { >