git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure_r10k.pp7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure_r10k.pp b/configure_r10k.pp
index 1965a43..c6750ca 100644
--- a/configure_r10k.pp
+++ b/configure_r10k.pp
@@ -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,
}