Version information
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
Dependencies
- ploperations/interval (>= 0.0.1)
Copyright 2013 Puppet Labs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.