This module is used to configure r10k.
To use r10k you invoke the main r10k class on your puppet server.
class{'r10k':}
If you want to use the gitolite hook to automatically update the puppet environments on new commits, invoke the r10k::gitolite_hooks class on the git server and make the authorize the gitolite ssh key to run the r10k scripts.
class{'r10k::gitolite_hooks':}
Find documentation about possible parameters on top of each manifest or have a look at REFERENCE.md.
The main class to use on the puppet server
Define an authorized key on the server
This class creates an r10k user with ssh keys etc.
Class to install hooks on a gitolite server to trigger r10k updates.
Adaptions to other git servers are very welcome.
Generate an SSH authentication key for r10k to fetch git repositories.
none
if you install r10k with the gem provider (default for RedHat family) you need to ensure that you have ruby-devel (or ruby-dev) package installed.
Please report bugs and feature request using GitHub issue tracker.
For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint and the available spec tests in order to follow the recommended Puppet style guidelines from the Puppet Labs style guide.
This module is mainly written by Cirrax GmbH.
See the list of contributors for a list of all contributors.