control-repo/configure_r10k.pp
2015-06-25 10:54:39 -07:00

20 lines
477 B
Puppet

###### ######
## Configure R10k ##
###### ######
## This manifest requires the zack/R10k module
## Beware! (and good luck!)
class { 'r10k':
version => '1.5.1',
sources => {
'puppet' => {
#Edit remote to be your own control_repo
'remote' => 'https://github.com/npwalker/control-repo.git',
'basedir' => "${::settings::confdir}/environments",
'prefix' => false,
}
},
manage_modulepath => false,
}