Forge Home

r10k

Install and manage r10k

10,688 downloads

10,688 latest version

3.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.0 (latest)
released Jan 25th 2013
This module has been deprecated by its author since Mar 28th 2019.

The reason given was: No longer maintained, repo scheduled for deletion

Start using this module

Documentation

ploperations/r10k — version 1.0.0 Jan 25th 2013

puppet-r10k

Install and manage r10k, the killer robot powered puppet deployment tool

Synopsis

# 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

Requirements

Currently this is only implemented for Debian squeeze. Pull requests gladly accepted!

This also requires the puppetlabs-operations interval function