Displaying 5 results from an estimated 5 matches for "riji".
Did you mean:
fiji
2008 Dec 31
6
tlsv1 alert decrypt error
I''m using the standard webrick server with puppet, and I just started
getting this today (for no apparent reason).
info: Loading fact custom_facts
info: Retrieving plugins
err: /File[/var/puppet/lib]: Failed to generate additional resources during
transaction: Certificates were not trusted: tlsv1 alert decrypt error
err: /File[/var/puppet/lib]: Failed to retrieve current state of
2008 Nov 10
12
CA_Server woes
I''m having difficulty getting my head around some CA issues
My client has:
[puppetd]
ca_server=puppetca.mydomain.com
and puppet resolves to a different machine.
when puppet connects, it requests a signature from
puppetca.mydomain.combut then on the next pass fails with the
following:
err: Could not retrieve catalog: Certificates were not trusted: SSL_connect
returned=1 errno=0
2009 Jun 19
2
Is there a way to write to a file using puppet
Hey Guys,
I am sorry if this sounds silly but I am new to puppet. I am trying to
append a particular line to the apt.conf file on all the clients that are
running puppetd. Is there any way to do this using puppet. Any help would be
appreciated!
Thank you!
--
Regards,
Swati
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2006 Oct 18
3
0.20.0 and Schedules...
Hey thanks for the new version, but I seem to be having some troubles.
I have a number of schedules defined in my configuration, something like:
schedule { once_a_day:
period => daily,
repeat => 1,
}
Using 0.20.0 of the server I get:
err: Could not retrieve configuration: Duplicate definition:
schedule[once_a_day] is already defined in file
2008 Nov 24
2
Understanding the docs
Ok, I''ve been reading and I have some questions about best practices:
I understand that modules are to be self contained blocks that i can
just drop in. Using best practices, how does this fit into the naming
scheme?
Classes are singletons. I think i understand this. I''ve been
defining classes in /etc/puppet/classes, but then how does this relate
to any modules i might want