[Puppet Users] compliance baseline

2012-01-06 Thread gen...@allantgroup.com
I am trying to get my nodes to show how compliant they are to their baselines. But, I cannot get even the baseline data to show up. I have an audit class : class audits { file{'/var/log/messages' : audit => 'mode', } } And I see that is is run because I see the a

[Puppet Users] Re: generate problem command runs on server not client

2009-04-24 Thread gen...@allantgroup.com
On Apr 23, 10:45 pm, Evan Hisey wrote: > > Generate runs on the server. it is actually a pretty useful tool that > way. For instance, it lets you have a dynamical produce file or > template content outside of the puppet manifest and then return that > information into a puppet. For what you ar

[Puppet Users] Using arrays with the name attribute of service

2009-05-01 Thread gen...@allantgroup.com
I saw this mention in feature request #321, but here is what I have: service { "nfs" : name => $operatingsystem ? { Debian => [ "nfs-common", "nfs-kernel- server" ], Ubuntu => [ "nfs-common", "nfs-kernel- ser

[Puppet Users] Problem retreiving catalog

2013-04-24 Thread gen...@allantgroup.com
I updated some of my gems, and I think it may be the reason I am getting the following error when the agents try to retrieve a catalog. err: Could not retrieve catalog from remote server: Error 400 on SERVER: The single-table inheritance mechanism failed to locate the subclass: 'Host::Managed'

Re: [Puppet Users] Problem retreiving catalog

2013-04-25 Thread gen...@allantgroup.com
On Thursday, April 25, 2013 3:19:55 AM UTC-5, ohad wrote: > > > > On Thu, Apr 25, 2013 at 2:00 AM, gen...@allantgroup.com < > andyr7...@gmail.com > wrote: > >> I updated some of my gems, and I think it may be the reason I am getting >> the following err

[Puppet Users] Problems with puppetdb and SSL

2013-05-31 Thread gen...@allantgroup.com
When I run openssl s_client -host puppet -port 8081 -CAfile /etc/puppet/ssl/certs/puppet.fqdn I get Verify return code: 21 (unable to verify the first certificate). If I run the same command, but use port 8140 to connect to puppet, I get a return code of 19 (which is correct). I believe that

[Puppet Users] Re: Problems with puppetdb and SSL

2013-06-03 Thread gen...@allantgroup.com
Thanks, that solved the ssl problem. Andy On Friday, May 31, 2013 4:36:04 PM UTC-5, gen...@allantgroup.com wrote: > > When I run > > openssl s_client -host puppet -port 8081 -CAfile > /etc/puppet/ssl/certs/puppet.fqdn > > I get Verify return code: 21 (unable to verify