[Puppet Users] Dynamic / nested / setting a varible with / from a variable in puppet.

2015-01-21 Thread omfg9899
Hello all and thanx in advance to anyone that replies to my endless headache here. I am trying to do a couple of things, and failing miserably. I will touch on the most important one for the moment. I am trying to set a variable based on a variable. Effectively a dynamic variable. I can

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-21 Thread Cristian Falcas
Is there any speed difference in compiling a catalog? Best regards, Cristian On Wed, Jan 21, 2015 at 8:27 PM, Tony Thayer wrote: > I've been using it in testing and so far so good. It is pretty heavy on > resources and it takes somewhere around five minutes to start on the VM I'm > using, but i

Re: [Puppet Users] Re: File 'replace => false' doesn't match my expectations...

2015-01-21 Thread Marc
I have filed a ticked: https://tickets.puppetlabs.com/browse/PUP-3866 Thank you, Marc On Wednesday, January 21, 2015 at 2:56:20 PM UTC+1, jcbollinger wrote: > > > > On Tuesday, January 20, 2015 at 1:28:33 PM UTC-6, Marc necro'd an ancient > thread: >> >> Using 'replace => false' should not trigg

Re: [Puppet Users] Partial management of /etc/hosts.allow / Augeas and Arrays

2015-01-21 Thread Barry Gestwicki
I finally got to give this a whirl and it worked beautifully! Thanks again for your advice (as well as for exposing me to a feature I wasn't aware of), Ian, and have a great day! On Sunday, January 18, 2015 at 8:01:30 PM UTC-6, ianm wrote: > > On Fri, 2015-01-16 at 08:27 -0800, Barry Gestwicki

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-21 Thread Tony Thayer
I've been using it in testing and so far so good. It is pretty heavy on resources and it takes somewhere around five minutes to start on the VM I'm using, but it has been picking up changes to my manifests almost instantly. Previously I would have to manually restart the puppetmaster service alm

Re: [Puppet Users] inherits deprecated in puppet 4.x

2015-01-21 Thread Alessandro Franceschi
Given that: - I've used nodes inheritance with profit for years, in the past - Now I mostly prefer a nodeless setup (with or without ENC) let me spam the list with a fragment of my book Extending Puppet on the topic, as it contains some (controversial?) points of view I'm curious to hear opinions

[Puppet Users] Puppet with Satellite 6. Customize puppet modules

2015-01-21 Thread Biju Joseph
Puppet with Satellite 6. How to configure puppet modules for different hosts group. For example with I want to manage resolv.conf and ntp.conf with puppet, but wanted to give different values based on server group. For example I have a server group for Dallas servers in which I have a specific

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-21 Thread Mike Hendon
Triggering a refresh when you've changed manifests is also a pain. On Wednesday, 21 January 2015 13:02:38 UTC, Trevor Vaughan wrote: > > Hi Oli, > > I've been using Puppet Server for a while now and it works a champ. > > The only real issue is getting used to the amount of time that it takes to >

[Puppet Users] Re: invoke-rc.d errors - what happened to this system?

2015-01-21 Thread jcbollinger
On Tuesday, January 20, 2015 at 3:42:10 PM UTC-6, JonY wrote: > > Looking at the debug log it appears that puppet is calling > '/etc/init.d/dnsmasq status' before this message appears.. but when I enter > the same command subsequently I'm told ''running'. and nothing else. > > Similar messages

Re: [Puppet Users] Re: File 'replace => false' doesn't match my expectations...

2015-01-21 Thread jcbollinger
On Tuesday, January 20, 2015 at 1:28:33 PM UTC-6, Marc necro'd an ancient thread: > > Using 'replace => false' should not trigger a checksum operation but given > the time it takes with big files I think it does. > Does it make sense to perform checksum when 'replace' is set to false? > > * ex

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-21 Thread Trevor Vaughan
Hi Oli, I've been using Puppet Server for a while now and it works a champ. The only real issue is getting used to the amount of time that it takes to start. Trevor On Mon, Jan 19, 2015 at 9:43 AM, Oliver Schad < puppet.oliver.sc...@automatic-server.com> wrote: > Hi everybody, > > does somebod

Re: [Puppet Users] inherits deprecated in puppet 4.x

2015-01-21 Thread Erik Dalén
Note that you can also just put the standard classes (and variables) directly in the top scope. No real need to encapsulate them inside a node scope (unless you are overriding the value of facts in the manifest, but that seems like a pretty bad idea anyway). A minor difference is also that resourc

[Puppet Users] Monitoring apache::vhost

2015-01-21 Thread Jonathan Gazeley
Hi folks, My legacy puppet code includes a manifest called httpd::vhost which installs an Apache vhost and does some extra things, like add Nagios checks. I'm now removing my old httpd::vhost module and switching to puppetlabs/apache, and using apache::vhost. This means I now have to manuall

Re: [Puppet Users] Puppet Experimental Features like parser=future

2015-01-21 Thread shashank
Thanks Henrik, It's really helpful. On Wednesday, January 21, 2015 at 4:27:27 PM UTC+5:30, Henrik Lindberg wrote: > > On 2015-21-01 11:25, shashank wrote: > > Hi All, > > > > I was using puppet since the release of puppet 2.6 version in various > > projects.Now came across the "Puppet Exper

Re: [Puppet Users] Puppet Experimental Features like parser=future

2015-01-21 Thread Henrik Lindberg
On 2015-21-01 11:25, shashank wrote: Hi All, I was using puppet since the release of puppet 2.6 version in various projects.Now came across the "Puppet Experimental Features" in the Puppet 3.x series and some of which are really very useful for projects I was taking care of. My concern is that

Re: [Puppet Users] Did PE 3.7 kills r10k?

2015-01-21 Thread Johan De Wit
Hi, I wrote a post addressing this issue : http://johan.koewacht.net/puppet/2015/01/12/R10k-and-PE-Console.html Any comments are more then welcome. Grts Johan On 27/12/14 20:32, chris mague wrote: Vadym, I ran into the same problem and was able to work around as follows with the caveat

[Puppet Users] Puppet Experimental Features like parser=future

2015-01-21 Thread shashank
Hi All, I was using puppet since the release of puppet 2.6 version in various projects.Now came across the "Puppet Experimental Features" in the Puppet 3.x series and some of which are really very useful for projects I was taking care of. My concern is that how much it is safe to use the Pup