Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread Rob Nelson
Be aware that all vendor support for Puppet 3 ended at the end of 2016, and Puppet provides their own packages (puppet-agent and puppetserver in PC1 replace the older puppet/puppetmaster combo) so you don't have to wait on Debian. While you should plan your upgrade with care, the lack of any

[Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread Joe
Got it guys, the issue was with the file_line declaration as evidenced by the error. I made the declaration change with the variable and it worked. Thanks all for the help. On Saturday, December 31, 2016 at 10:05:49 PM UTC-7, Joe wrote: > > Hi All > > Puppet v3.8.7 community on Ubuntu 14 LTS >

[Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread Joe
Thanks R.I. So iteration works with 3.8x with future parser. I am going to avoid 4 until Debian builds it into their repositories. So iteration works but not with file_line.. Here is the code. hiera array mod1::testdefs: - 'hello' - 'there' - 'friends' ##mod1 init.pp each($testdefs)

Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread R.I.Pienaar
- Original Message - > From: "Joe" <09cic...@gmail.com> > To: "puppet-users" > Sent: Sunday, 1 January, 2017 19:15:03 > Subject: [Puppet Users] Re: Array Iteration for Community Edition of > Puppet(3.8) > Hello Guys thanks for the replies.. > >

[Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread Joe
Hello Guys thanks for the replies.. Apologies for the top posting here.. the reply to post only includes my text. I am using the "puppetlabs-release-pc1-trusty.deb" apt source from puppet labs and the latest version is 3.8.7 as seen below. I am also using the puppetmaster-passenger package

Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread R.I.Pienaar
- Original Message - > From: "John Gelnaw" > To: "puppet-users" > Sent: Sunday, 1 January, 2017 10:48:49 > Subject: Re: [Puppet Users] Array Iteration for Community Edition of > Puppet(3.8) > On Sunday, January 1, 2017 at 2:41:16 AM

Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread vigilmary via Puppet Users
On Sun, 1/1/17, John Gelnaw wrote: Subject: Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8) To: "Puppet Users" Date: Sunday, January 1, 2017, 11:48 AM On Sunday,

Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread John Gelnaw
On Sunday, January 1, 2017 at 2:41:16 AM UTC-5, R.I. Pienaar wrote: > > > Puppet 3 is now dead, upgrade to Puppet 4 - it's free - and you too can > enjoy > features designed to solve your problem > While understandable, that's something of an irritating answer-- It underlies a problem I've