git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/configure_r10k.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-13 14:10:29 -0700
committermail_redacted_for_web 2015-08-13 14:10:29 -0700
commit9b50d5e31ee4de65445b6a5bec39da590dedbe36 (patch)
treebff25866f55ad31b22adcb1a84fe8033fb356792 /configure_r10k.pp
parent5d0ae0c01fc5f3dbc1da07fe0a58ea1b36f2ead6 (diff)
downloadcontrol-repo-template-9b50d5e31ee4de65445b6a5bec39da590dedbe36.tar.bz2
Update the README, add an all_in_one_pe role
Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation.
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,
-}