Re: [Puppet Users] variable scoping and erb templates

2016-08-16 Thread R.I.Pienaar
- Original Message - > From: "Matt Zagrabelny" > To: "puppet-users" > Sent: Tuesday, 16 August, 2016 15:07:28 > Subject: Re: [Puppet Users] variable scoping and erb templates > On Tue, Aug 16, 2016 at 8:04 AM, jcbollinger > wrote: >>

Re: [Puppet Users] variable scoping and erb templates

2016-08-16 Thread Matt Zagrabelny
On Tue, Aug 16, 2016 at 8:04 AM, jcbollinger wrote: >> >> On Tue, Aug 16, 2016 at 1:31 AM, Lowe Schmidt wrote: >> > What version of Puppet are you running? >> >> Debian Jessie: >> >> 3.7.2-4 >> > > > That looks like bug PUP-1220. Note that although the ticket is marked as > being fixed in Puppet

Re: [Puppet Users] variable scoping and erb templates

2016-08-16 Thread jcbollinger
On Tuesday, August 16, 2016 at 7:06:28 AM UTC-5, Matt Zagrabelny wrote: > > Hi Lowe, > > On Tue, Aug 16, 2016 at 1:31 AM, Lowe Schmidt > wrote: > > What version of Puppet are you running? > > Debian Jessie: > > 3.7.2-4 > > That looks like bug PUP-1220

Re: [Puppet Users] variable scoping and erb templates

2016-08-16 Thread Matt Zagrabelny
Hi Lowe, On Tue, Aug 16, 2016 at 1:31 AM, Lowe Schmidt wrote: > What version of Puppet are you running? Debian Jessie: 3.7.2-4 -m > -- > Lowe Schmidt | +46 723 867 157 > > On 15 August 2016 at 20:48, Matt Zagrabelny wrote: >> >> Greetings! >> >> I am hitting a curious question and couldn't f

Re: [Puppet Users] variable scoping and erb templates

2016-08-15 Thread Lowe Schmidt
What version of Puppet are you running? -- Lowe Schmidt | +46 723 867 157 On 15 August 2016 at 20:48, Matt Zagrabelny wrote: > Greetings! > > I am hitting a curious question and couldn't find an answer. > > I can access variables from other classes when using an erb template. > > Here is my min

[Puppet Users] variable scoping and erb templates

2016-08-15 Thread Matt Zagrabelny
Greetings! I am hitting a curious question and couldn't find an answer. I can access variables from other classes when using an erb template. Here is my minimal example: # puppet apply variable_scope_test.pp Notice: Compiled catalog for puppet.example.com in environment production in 0.12 secon