git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-01-14 14:32:59 -0800
committermail_redacted_for_web 2015-01-14 14:32:59 -0800
commit0c67040afa385c7894326bf8c50452f4f06c39cd (patch)
tree5376528907a49ea3710a02802f198db3fe39b243
parentf4393ecc07918f5b70454acd68ec2ce1683a27c7 (diff)
downloadcontrol-repo-template-0c67040afa385c7894326bf8c50452f4f06c39cd.tar.bz2
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ab2dc9..c913915 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
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`
+3. On your Master, run `puppet module install zack/r10k`
+4. 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.