blob: fe52a1bf82c201a0d761376f03493cb7bb8ac7a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
###### ######
## 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,
}
|