[Puppet-dev] Re: Pull Request Triage Starting at 10:00am Pacific Time

2015-08-11 Thread Hailee Kenney
Thanks for coming everyone! Notes for today's triage can be found here: https://github.com/puppet-community/community-triage/blob/master/core/notes/2015-08-11.md See you next week! On Tue, Aug 11, 2015 at 9:49 AM, Hailee Kenney wrote: > http://links.puppetlabs.com/pr-triage > > -- > Hailee Ken

Re: [Puppet-dev] Accessing variables from templates in wrapped defines

2015-08-11 Thread Ryan Whitehurst
Martin Alfke writes: How can I access the variable from the first define? I can change the second define to have another parameter so it knows about the template variable. Is there any other solution available? It's not exactly the same, but this works now, using EPP instead of ERB: sco

[Puppet-dev] Pull Request Triage Starting at 10:00am Pacific Time

2015-08-11 Thread Hailee Kenney
http://links.puppetlabs.com/pr-triage -- Hailee Kenney hai...@puppetlabs.com Associate Software Developer, Puppet Labs *PuppetConf 2015 is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Bird discount

Re: [Puppet-dev] Accessing variables from templates in wrapped defines

2015-08-11 Thread R.I.Pienaar
- Original Message - > From: "Martin Alfke" > To: "puppet-dev" > Sent: Tuesday, August 11, 2015 8:37:55 AM > Subject: [Puppet-dev] Accessing variables from templates in wrapped defines > Hi, > > I have an issue with templates and variable lookup when used in wrapped > defines > - whi

[Puppet-dev] Accessing variables from templates in wrapped defines

2015-08-11 Thread Martin Alfke
Hi, I have an issue with templates and variable lookup when used in wrapped defines - which was working in older puppet versions (maybe due to the dynamic variable lookup): e.g. The following code: The first define setting a local variable and calling a second define with a parameter: cat de