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
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
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
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'
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
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
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