Re: [Puppet-dev] Puppetconf 2015: pre-summit tea party

2015-09-12 Thread Josh Cooper
On Saturday, September 12, 2015, Kylo Ginsberg wrote: > On Sat, Sep 12, 2015 at 7:36 AM, Henrik Lindberg < > henrik.lindb...@cloudsmith.com > > wrote: > >> On 2015-11-09 19:20, Daniele Sluijters wrote: >> >>> Hi everyone, >>> >>> As is tradition (since last year) >>> >> >> It was a nice event las

Re: [Puppet-dev] Re: Puppetconf 2015: pre-summit tea party

2015-09-12 Thread Kylo Ginsberg
On Sat, Sep 12, 2015 at 7:36 AM, Henrik Lindberg < henrik.lindb...@cloudsmith.com> wrote: > On 2015-11-09 19:20, Daniele Sluijters wrote: > >> Hi everyone, >> >> As is tradition (since last year) >> > > It was a nice event last year. > > Want to join? Throw a +1 in the list so I get a rough idea o

[Puppet-dev] Re: Puppetconf 2015: pre-summit tea party

2015-09-12 Thread Henrik Lindberg
On 2015-11-09 19:20, Daniele Sluijters wrote: Hi everyone, As is tradition (since last year) It was a nice event last year. Want to join? Throw a +1 in the list so I get a rough idea of how people are going to show. +1 - henrik -- Visit my Blog "Puppet on the Edge" http://puppet-on-the

[Puppet-dev] Re: EPP templates and ruby code

2015-09-12 Thread Henrik Lindberg
On 2015-11-09 11:31, Erik Dalén wrote: You use the range function from stdlib to create an array. For example: range(1,5).each |$x| {notice($x)} The same is achieved with an Integer type: Integer[1,5].each |$x| { notice $x } It is more efficient than the range function since it does not crea