Puppet is an amazing configuration management system as I have previously written, but one downfall is that no system exists where you check in code, it runs, and if it fails, it alerts. Continuous Integration is a very important thing to have. It saves dev and production environments from being destroyed or otherwise screwed up. After searching all over the web, I was unable to find anyone who has done a full CI system for puppet, so I developed my own.
Read the rest of this entry »
You are currently browsing the archives for the “Puppet” category.
Puppet Continuous Integration
August 13, 2010 // Posted in Linux, Puppet | No Comments
Cron Job to Ensure Your Puppet Clients Stay Happy
July 22, 2010 // Posted in Linux, Puppet | No Comments
I wrote a Perl script which is used in combination with cron to make sure that puppet clients don’t stray too far from their master. The script can be found here and is available under the GPL v3.