diff options
author | mail_redacted_for_web | 2015-05-15 11:37:47 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-05-15 11:37:47 -0700 |
commit | 368cb4adf0bffcae52842a2d73ff22a38136bf04 (patch) | |
tree | 86ab4aa3ce3202eda446b9416dd656f9b83c3724 /configure_r10k.pp | |
parent | 2567745d68d920960f5800c15b33cb4f4194c5d7 (diff) | |
download | control-repo-template-368cb4adf0bffcae52842a2d73ff22a38136bf04.tar.bz2 |
Update configure_r10k.pp for PE3.8
Diffstat (limited to 'configure_r10k.pp')
-rw-r--r-- | configure_r10k.pp | 7 |
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, } |