Archive for the ‘puppet’ Category

UIS PHP53, DOM Parsing, PHPUnit, Puppet Config Solution

Wednesday, July 21st, 2010

I'm using PHP53 package from the IUS Community repository. I've been trying to get phpunit to install, but it gives an error that it needs DOM install. It took me a little bit to figure this out, but I finally got it working. What you need is ...

Print all Puppet Config Variables

Friday, May 7th, 2010

For some reason, I haven't found this anywhere in the docs. puppet --configprint all It'll print all your puppet configuration variables.

Puppet Stand Alone – Templates, Configs

Thursday, April 29th, 2010

I'm working on getting all our servers standardized with puppet to minimize installation and maintenance hassle. Pretty exciting. I'm setting all this up with puppet standalone. I don't think we really gain anything by using the daemons, so it's just a simple call to puppet site.pp -v And the changes ...

Running Puppet Master on Mac OS X Snow Leopard

Tuesday, February 2nd, 2010

As of a few hours after this post, I've given up trying to get Puppet Master running on Snow Leopard. There appears to be an issue with the SSL certificates generated that's preventing puppetd from getting it's recipes. There doesn't appear to be any way to disable this. ...