Re: [Puppet Users] Re: Puppet Manifest Involving Multiple Nodes

2014-09-16 Thread Rakesh Kathpal
Thanks a ton Felix.. On Mon, Sep 15, 2014 at 8:10 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: Hi, designs like this are rather difficult to achieve with Puppet. They rely on the paradigm of a scripting engine, with Puppet is not! Puppet works best once you attain a state of

[Puppet Users] Unmet dependencies: puppetmaster 3.7.0-1puppetlabs1

2014-09-16 Thread Taylor Leese
Hello all, I noticed this error today which is related to unmet dependencies for Puppet 3.7.0-1puppetlabs1 on Ubuntu Trusty. It's worth noting this was working perfectly as recently as a few days ago and today with no code changes there are dependency problems. I've actually noticed this in

[Puppet Users] Re: Unmet dependencies: puppetmaster 3.7.0-1puppetlabs1

2014-09-16 Thread Taylor Leese
I think it's also worth noting that Puppet 3.7.1 was released today. See https://docs.puppetlabs.com/puppet/3.7/reference/release_notes.html#puppet-371. This doesn't seem like a coincidence. - Taylor On Tuesday, September 16, 2014 1:08:47 AM UTC-7, Taylor Leese wrote: Hello all, I noticed

Re: [Puppet Users] Re: New Powershell Desired Configuration Module

2014-09-16 Thread Marc Sutter
yes it is. Auto-generated types and spec tests for the types. https://github.com/msutter/puppet-dsc/blob/master/README_BUILD.md The build is ok on osx, but I'm working on the build on Linux and still have some encoding issues. Cheers Le mardi 16 septembre 2014 01:12:23 UTC+2, Rob Reynolds a

[Puppet Users] Trouble with Facter

2014-09-16 Thread Jonathan Gazeley
Overnight my Facter seems to reporting new errors. As far as I can see, neither Puppet, Facter, MCollective or the facts in question were updated, so I'm struggling to find a cause. The problem as exacerbated because MCollective is emailing me with the same error every 15 minutes. This error

[Puppet Users] puppetlabs-apache n00b question - docroot value for fully proxied virtual host?

2014-09-16 Thread Antoine Cotten
Unfortunately you can't. This is a restriction of Apache, which requires a docroot value for every vhost, and not of Puppet. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send

[Puppet Users] Re: Announce: Puppet 3.7.1 Released!

2014-09-16 Thread p . krysztofiak
Hello, when can I expect .deb to be available? W dniu wtorek, 16 września 2014 01:11:32 UTC+2 użytkownik Andy Parker napisał: Puppet 3.7.1 is a backward-compatible bugfix release in the Puppet 3 series. This release fixes several regressions and other issues. * PUP-3222: Windows

Re: [Puppet Users] hiera - default parameter values and design questions

2014-09-16 Thread jcbollinger
On Monday, September 15, 2014 10:19:35 AM UTC-5, Mike Reed wrote: @Xav, thanks for the information and pointers. I've added the 'default' value into my arrays and things are running smoothly now. I'm still a bit hazy on the resource ordering and how hiera by default, deals with applying

[Puppet Users] Re: Trouble with Facter

2014-09-16 Thread jcbollinger
On Tuesday, September 16, 2014 4:44:32 AM UTC-5, Jonathan Gazeley wrote: Overnight my Facter seems to reporting new errors. As far as I can see, neither Puppet, Facter, MCollective or the facts in question were updated, so I'm struggling to find a cause. The problem as exacerbated

[Puppet Users] Re: Trouble with Facter

2014-09-16 Thread jcbollinger
On Tuesday, September 16, 2014 4:44:32 AM UTC-5, Jonathan Gazeley wrote: Overnight my Facter seems to reporting new errors. As far as I can see, neither Puppet, Facter, MCollective or the facts in question were updated, so I'm struggling to find a cause. The problem as exacerbated

Re: [Puppet Users] Re: Trouble with Facter

2014-09-16 Thread Jonathan Gazeley
On 16/09/14 14:30, jcbollinger wrote: On Tuesday, September 16, 2014 4:44:32 AM UTC-5, Jonathan Gazeley wrote: Overnight my Facter seems to reporting new errors. As far as I can see, neither Puppet, Facter, MCollective or the facts in question were updated, so I'm struggling

[Puppet Users] CA certificate and private key

2014-09-16 Thread Cristian Falcas
Hello, I see that puppet generates a CA certificate for each machine in /var/lib/puppet/ssl/certs/ca.pem. Where is the private key for this certificate kept? Thank you, Cristian Falcas -- You received this message because you are subscribed to the Google Groups Puppet Users group. To

Re: [Puppet Users] Re: Announce: Puppet 3.7.1 Released!

2014-09-16 Thread Melissa Stone
On Tue, Sep 16, 2014 at 4:22 AM, p.krysztof...@pixel.com.pl wrote: Hello, when can I expect .deb to be available? Hello! You can find packages for Debian and Ubuntu platforms at http://apt.puppetlabs.com/ For more information about how to use these repos, check out the documentation at

Re: [Puppet Users] [Error after after upgrading to 3.7] Evaluation Error: Illegal Resource Type expression, expected result to be a type name, or untitled Resource, got Type[Class]

2014-09-16 Thread Juan Sierra Pons
Hi guys, From your comments I see that there are 2 issues here the parser and the anchor. For clarity shake I have deleted the anchor resources and Class defaults as I don't fully understand the purpose of if they have meaning on my environment, even after reading the link you provided. After

[Puppet Users] Sid and Unstable leaving apt.puppetlabs.com

2014-09-16 Thread Melissa Stone
Debian Unstable (also know by its codename Sid) is going to be removed from apt.puppetlabs.com on October 15th, 2014. This decision is because of the number of build failures we are seeing for this distribution due to the instability of the platform. Users should note that we will continue to

Re: [Puppet Users] Trouble with Facter

2014-09-16 Thread Trevor Vaughan
I had a problem similar to this when an error was introduced to my puppet master's served code base. To troubleshoot I did the following: 1) Restart the puppetmaster process (passenger, whatever you're using) 2) Remove everything under /var/lib/puppet/lib/facter/* on the clients that are having

Re: [Puppet Users] Trouble with Facter

2014-09-16 Thread Jonathan Gazeley
On 16/09/14 20:00, Trevor Vaughan wrote: I had a problem similar to this when an error was introduced to my puppet master's served code base. To troubleshoot I did the following: 1) Restart the puppetmaster process (passenger, whatever you're using) 2) Remove everything under

Re: [Puppet Users] Trouble with Facter

2014-09-16 Thread Trevor Vaughan
*slow clap* Well played sir, well played. Trevor On Tue, Sep 16, 2014 at 4:00 PM, Jonathan Gazeley jonathan.gaze...@bristol.ac.uk wrote: On 16/09/14 20:00, Trevor Vaughan wrote: I had a problem similar to this when an error was introduced to my puppet master's served code base. To

[Puppet Users] About the params pattern

2014-09-16 Thread Francois Lafont
Hi, About the params pattern, I had read this article : http://garylarizza.com/blog/2014/02/17/puppet-workflow-part-1/ Suppose I want to use the params pattern in my modulees (ok there really is no *better* way but imagine I want to use this way). In the article, the author explains that, for

Re: [Puppet Users] About the params pattern

2014-09-16 Thread Sebastian Otaegui
As far as I know inner classes are an anti pattern(for the lack of a better term) Each class should live in its own file. More than one class per file is discouraged On Sep 16, 2014 7:00 PM, Francois Lafont francois.lafont.1...@gmail.com wrote: Hi, About the params pattern, I had read this