Update configure_r10k.pp for PE3.8
This commit is contained in:
parent
2567745d68
commit
368cb4adf0
@ -2,16 +2,15 @@
|
|||||||
## Configure R10k ##
|
## Configure R10k ##
|
||||||
###### ######
|
###### ######
|
||||||
|
|
||||||
## This manifest requires the zack/R10k module and will attempt to
|
## This manifest requires the zack/R10k module
|
||||||
## configure R10k according to my blog post on directory environments.
|
|
||||||
## Beware! (and good luck!)
|
## Beware! (and good luck!)
|
||||||
|
|
||||||
class { 'r10k':
|
class { 'r10k':
|
||||||
version => '1.4.1',
|
version => '1.5.1',
|
||||||
sources => {
|
sources => {
|
||||||
'puppet' => {
|
'puppet' => {
|
||||||
#Edit remote to be your own control_repo
|
#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",
|
'basedir' => "${::settings::confdir}/environments",
|
||||||
'prefix' => false,
|
'prefix' => false,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user