git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5ab2dc9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+1. Clone this repo down to your master (in /tmp is fine) and upload it to your own internal git server
+2. Edit configure_r10k.pp so that the server parameter is set to your interal git server and repo name
+3. On your Master, run `puppet apply configure_r10k.pp`
+ - This will install r10k and point it at the repo we setup in step 1
+4. You can remove configure_r10k.pp from the repo now.
+
span title='2015-08-13 15:41:11 -0700'>2015-08-131-1/+1 | | | * Update site.pp to use a trusted fact roleNick Walker 2015-08-031-0/+5 | | | | | | | | | | | | Allow including a role if defined via a trusted fact on the node during provisioning time. This is how I will bootstrap any necessary configuration on the master, or other PE internal nodes. | * Update site.pp to work OOTBNick Walker 2015-05-111-1/+1 | | | * Initial Commit