control-repo/configure_r10k.pp

20 lines
477 B
ObjectPascal
Raw Normal View History

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