[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 l

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, 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 puppetmaster

[Puppet Users] Re: Puppet Module Gem Dependency

2017-01-02 Thread bryan . stopp
Thank you, this is the information I was looking for. I was not aware that such was necessary but looks like i'll be adjusting my design accordingly. Much appreciated. -Stopp On Sunday, December 25, 2016 at 11:38:53 AM UTC-6, bryan...@gmail.com wrote: > > Cross-posting from Puppet Developers to

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 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, 10:55 AM

[Puppet Users] Re: Puppet Module Gem Dependency

2017-01-02 Thread Thomas Müller
HI Bryan > I'm updating a module that will require a ruby gem (e.g. xml-simple) for > one of the custom providers. How does Puppet make sure that the gem is > available and installed when the module is installed? Does a *puppet > module install* also install any dependent gems? How does it kn

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 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 vendor support for Puppet 3 ended