git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-01-14 17:17:58 -0800
committermail_redacted_for_web 2015-01-14 17:17:58 -0800
commite2b5da17e68bf8ef0c378d3c5029d3e1a56fb870 (patch)
treeb25c125b385ab09c78e80cb8d5ddb45b02730764 /README.md
parent0c67040afa385c7894326bf8c50452f4f06c39cd (diff)
downloadcontrol-repo-template-e2b5da17e68bf8ef0c378d3c5029d3e1a56fb870.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c913915..c6ef672 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,7 @@
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.
+5. You're now ready to run `r10k deploy environment --verbose` which will deploy modules from your Puppetfile
+
+Side note: You can remove configure_r10k.pp from the repo now.