Re: [Puppet Users] Is there a web interface for monitoring and managing puppet?

2015-02-06 Thread Stephen Marlow
Hey Bryan, There are several web interfaces available for Puppet with different sorts of functionality. I personally like Puppetboard ( https://github.com/puppet-community/puppetboard). It's a nice web interface for monitoring node activity. If that's not quite what you're looking for, there are

[Puppet Users] Is there a web interface for monitoring and managing puppet?

2015-02-06 Thread Bryan Arenal
Hi, I'm a compete puppet n00b but I was wondering if there's a web interface for monitoring and managing puppet. I manage a bunch of boxes but need to hand over the monitoring responsibility to a different group who, shall we say, aren't the most savvy on the command line. Sorry if this is a

[Puppet Users] Requiring a subclass?

2015-02-06 Thread Guy Matz
Hello! Is there a way to set the dependency for a resource that is a subclass? I have an accounts module, and "within" that is accounts::account which contains declarations to create user, group, etc. . . . I would like to do something like: file {'sdfdsf': contents => 'sdkfjdsf', owner=>

[Puppet Users] Having an issue when installed puppet enterprise 3.7.1

2015-02-06 Thread Spriya
Hi All, I installed new Puppet Enterprise 3.7.1. I am running into an issue on classification tab. The Classification tab is not working. when i click on the classification tab it is showing me An error occurred loading this page: Error 404HTTP ERROR: 404 Problem accessing /v3/fact-na

[Puppet Users] Accessing Specific Chunk of Aggregate Fact

2015-02-06 Thread Steve Harp
Hi Guys, I have a json configuration file on each Puppet Agent that I need to parse and return the values as custom facts. Each json file will contain an array of from 0 to n elements each of which will have needed configuration settings. I think what I need to write is an aggregate fact wher

[Puppet Users] Re: how to prevent certificate revocation list (CRL) from expiring

2015-02-06 Thread Josh Bronson
I just filed https://tickets.puppetlabs.com/browse/ENTERPRISE-515 for this. The workaround is to disable CRL checking: 1. Add "certificate_revocation = false" to the [agent] section of the puppet.conf file as described at https://docs.puppetlabs.com/puppet/latest/reference/config_ssl_external_c

Re: [Puppet Users] Puppet array merge failure?

2015-02-06 Thread jcbollinger
On Thursday, February 5, 2015 at 10:30:52 AM UTC-6, leam hall wrote: > > And on that note I moved the > > $servers = hiera('ntp_servers') > > to > > $servers = hiera_array('ntp_servers') > > and resolved the issue. Woo-hoo! > > Indeed. As you discovered, the hiera()

Re: [Puppet Users] Re: Apparent unexpectedly synthesized dependency

2015-02-06 Thread jcbollinger
On Thursday, February 5, 2015 at 9:49:31 AM UTC-6, James Oden wrote: > > On Thu, Feb 5, 2015 at 9:52 AM, jcbollinger > wrote: > > >> > >> In particular I don't see where it is getting that Exec[re-read apache > >> config] requires Class[App::Apache] (which itself contains > >> Exec[re-read

Re: [Puppet Users] Announce: Puppet Language Style Guide 2.0

2015-02-06 Thread Gareth Rushgrove
On 2 February 2015 at 21:58, Trevor Vaughan wrote: > Inline > > On Mon, Feb 2, 2015 at 3:24 PM, Garrett Honeycutt > wrote: > >> >> Awesome work on the new style guide! > > > Completely agree! > >> >> >> == Section 5 >> Why the arbitrary line length? Puppet's DSL does not have the ability to

Re: [Puppet Users] beaker

2015-02-06 Thread Gareth Rushgrove
On 6 February 2015 at 01:33, Marc Lucke wrote: > Hi, > > I'm having excruciating problems with just getting beaker to run on Fedora > 21, Ubuntu 14.10 and even CentOS6. I don't normally ask for help because > frankly I don't need it. I use rbenv & native versions of Ruby and although > it's a pa

[Puppet Users] Could not request certificate: Unsupported digest algorithm (SHA256) on Solaris 10 Client

2015-02-06 Thread bjoern pohl
Hi, i'm currently having an issue with a puppet3.7.3/solaris 10 client. I was quite sure that this client has generated a SHA1 csr and it was visible on the master, Unfortunately I can't see or sign it anymore on the master (?!), so I cleaned the SSL dir on the client. There was no csr flying aro