search for: genanr

Displaying 3 results from an estimated 3 matches for "genanr".

Did you mean: renanr
2013 May 31
2
Problems with puppetdb and SSL
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, if I fix this SSL problem then it would fix my main problem which is : Report processor failed:
2013 Apr 24
8
Problem retreiving catalog
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''. This error is raised because the column ''type'' is reserved for
2009 May 01
0
Using arrays with the name attribute of service
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- server" ],