Install and manage r10k, the killer robot powered puppet deployment tool
This module is deprecated in favor of @acidprime's module. We are no longer supporting this module and recommend you switch as soon as possible.
# Install the r10k gem and your site specific r10k configfile
class { 'r10k':
configfile => 'puppet:///modules/service/puppet/master/r10k.yaml',
}
# Install a cron job to fully update your environment every 20 minutes.
include r10k::cron
Currently this is only implemented for Debian squeeze. Pull requests gladly accepted!
This also requires the puppetlabs-operations interval
function