[Puppet Users] authenticating new nodes that are created by provisioning

2010-06-02 Thread Matthew Delves
. -- - Matthew Delves System Administrator Information Systems Networks Infrastructure University of Ballarat ph: 03 5327 9732 email: m.del...@ballarat.edu.au -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

[Puppet Users] problems with puppet and nagios

2010-02-15 Thread Matthew Delves
Hey folks, I seem to be having a problem with puppet and nagios in that it is writing 50+ copies of the host definition for each host to the target file. Is this a known problem? Currently the server is running 0.25.4 and the client is running 0.25.2. Thanks, Matt Delves -- You received this

[Puppet Users] defining nagios hostgroupescalations

2010-02-04 Thread Matthew Delves
Hey All, I'm looking for a way to get puppet to define nagios hostgroupescalations. Is this possible and if so, what is the syntax? Thanks, Matt Delves -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to

[Puppet Users] multiple packages by the same name

2010-01-19 Thread Matthew Delves
I'm running into a problem with trying to get both an rpm and a gem installed that have the same name. Predictably, this is the mysql package. Currently my mysql class's look like: class mysql { service { 'mysql': ensure = 'running', enable = true } user { 'mysql':

Re: [Puppet Users] strange problem with RHEL 4 and 0.25.2

2010-01-06 Thread Matthew Delves
On 7/01/2010 at 2:59 pm, Dan Bode d...@reductivelabs.com wrote: Hi, Can you run it with --trace and post the output. It comes in 2 parts — first part — Could not autoload rpm: undefined method `readpartial' for #IO:0xb7d56ed0 Could not autoload

Re: [Puppet Users] puppet, mongel, nginx and new nodes

2009-12-22 Thread Matthew Delves
Why aren't you using passenger? afaik it works with nginx too? Just my 2 cents My preference is for nginx over apache. I already have nginx hosting foreman on the same box so configuration is straight forward rather than having apache installed as well. Still no solution received on the

[Puppet Users] puppet and sles 11 node

2009-12-22 Thread Matthew Delves
Hey All, I seem to be getting errors when running puppet under sles 11. The first weird issue I'm seeing is that the node information isn't being sent through to puppet correctly as It doesn't pick up the $operatingsystem variable correctly and instead relies on the default setting. The puppet

[Puppet Users] puppet, mongel, nginx and new nodes

2009-12-21 Thread Matthew Delves
Hey All, This is probably a gotcha of some kind. That is to say I've missed a configuration somewhere. I've recently moved over to using mongrel as the puppet server type and having nginx proxy to one of four mongrel instances. What I'm seeing though is that when I try to run a new node (one

Re: [Puppet Users] puppet, mongel, nginx and new nodes

2009-12-21 Thread Matthew Delves
Sounds like mongrel or nginx might be generating an error message. Try pointing a web browser at https://your puppetmaster:8140 and see if you get anything helpful. The error I get is: Peer's certificate has an invalid signature. It would seem rather odd that the certificate has

[Puppet Users] puppet-server init file for SuSE server 10

2009-12-17 Thread Matthew Delves
Hi All, I'm looking for a puppet-server init script that handles running multiple puppetmasterd daemons with the mongrel server type. Thanks, Matt Delves -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
I'm using mongrel for those 100 hosts. On 17/12/2009 at 4:17 pm, Ohad Levy ohadl...@gmail.com wrote: You didnt mention, but are you using webrick with 100 hosts? Ohad On Thu, Dec 17, 2009 at 1:12 PM, Matthew Delves m.del...@ballarat.edu.auwrote: Hey All, I'm running into a problem

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
On 17/12/2009 at 4:21 pm, Dan Bode d...@reductivelabs.com wrote: Hi, I'm running into a problem whereby some nodes are struggling to retrieve the metadata for files. I've moved all the nodes across to 0.25.1 to try and eliminate version inconsistencies though they still appear. I've also

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
Hi Dan, How often are the clients checking in with the server? They check in every half hour (I believe that is the default period). also, can you capture the --debug and --trace output for this error. In the realm of all possibly annoying things to have happen, running it with --debug and

[Puppet Users] problems with async storeconfigs

2009-12-02 Thread Matthew Delves
I've managed to get async storeconfigs going on the puppet server, though am finding that it isn't updating the nagios configuration that I also have configured. Is this an expected behavior of async storeconfigs? Thanks, Matt Delves -- You received this message because you are subscribed to

[Puppet Users] Any benefit with running async_storeconfigs

2009-11-29 Thread Matthew Delves
Hi all, I currently am using puppet with storeconfigs and am quite happy with the results. I also see that there is now the option of having async_storeconfigs. What I'm wondering about is the following: 1. What benefit is there to running async_storeconfigs over storeconfigs? 2. In what