git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/configure_r10k.pp
diff options
context:
space:
mode:
Diffstat (limited to 'configure_r10k.pp')
-rw-r--r--configure_r10k.pp19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure_r10k.pp b/configure_r10k.pp
deleted file mode 100644
index fe52a1b..0000000
--- a/configure_r10k.pp
+++ /dev/null
@@ -1,19 +0,0 @@
-###### ######
-## 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,
-}