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

2017-01-02 Thread Joe
All good guys, thanks. Puppetserver 2.7.2-1 installed and clients working. 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 > > I have been attempting to write a class to use the "file_line" type > reference from the stdlib

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

2017-01-02 Thread Rob Nelson
Yes, puppetserver 1 was included with later versions of puppet Enterprise 3.x; puppetserver 2 is included with open source and enterprise editions of puppet 4. I think puppetserver 2.7.2 would align with Puppet 4.7.2 but you'd want to double check that for the exact minor version. On Mon, Jan 2,

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

2017-01-02 Thread Joe
Yes I am also an RPM man and only chose this route because I thought the correct path was puppet with passenger, but reading the docs now I see that puppet-passenger is not the path going forward and puppetserver is the way now. I installed puppetserver 2.7.2-1puppetlabs1. Is this "puppet 4"?

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

2017-01-02 Thread Rob Nelson
That looks like it. https://docs.puppet.com/puppet/4.8/install_linux.html#for-apt-based-systems Specifically handles installation for apt; I'm a die hard rpm fan so I can't help beyond that link, sorry. On Mon, Jan 2, 2017 at 1:25 PM Joe <09cic...@gmail.com> wrote: > Thanks for the heads up Rob.

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

2017-01-02 Thread Joe
Thanks for the heads up Rob. I am using this repository from puppetlabs. puppetlabs-release-pc1-trusty.deb In this repository the latest is 3.8.7. You mentioned puppet releases puppet-agent and puppetserver version 4 in PC1. Even when I manually look in the repo there is no trace of

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

2017-01-02 Thread vigilmary via Puppet Users
On Mon, 1/2/17, armstrongjerry893 via Puppet Users <puppet-users@googlegroups.com> wrote: Subject: Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8) To: puppet-users@googlegroups.com Date: Monday, January 2, 2017,

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

2017-01-02 Thread armstrongjerry893 via Puppet Users
On Mon, 1/2/17, Rob Nelson <rnels...@gmail.com> wrote: Subject: Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8) To: puppet-users@googlegroups.com Date: Monday, January 2, 2017, 2:44 AM Be aware that all

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" <puppet-users@googlegroups.com> > Sent: Sunday, 1 January, 2017 19:15:03 > Subject: [Puppet Users] Re: Array Iteration for Community Edition of > P

[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