Update configure_r10k.pp for PE3.8

This commit is contained in:
Nick Walker 2015-05-15 11:37:47 -07:00
parent 2567745d68
commit 368cb4adf0

View File

@ -2,16 +2,15 @@
## Configure R10k ##
###### ######
## This manifest requires the zack/R10k module and will attempt to
## configure R10k according to my blog post on directory environments.
## This manifest requires the zack/R10k module
## Beware! (and good luck!)
class { 'r10k':
version => '1.4.1',
version => '1.5.1',
sources => {
'puppet' => {
#Edit remote to be your own control_repo
'remote' => 'https://github.com/npwalker/control_repo.git',
'remote' => 'https://github.com/npwalker/control-repo.git',
'basedir' => "${::settings::confdir}/environments",
'prefix' => false,
}