From 9b50d5e31ee4de65445b6a5bec39da590dedbe36 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 13 Aug 2015 14:10:29 -0700 Subject: 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. --- configure_r10k.pp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 configure_r10k.pp (limited to 'configure_r10k.pp') 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, -} -- cgit v1.2.3