git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-05-15 12:05:33 -0700
committermail_redacted_for_web 2015-05-15 12:05:33 -0700
commit724e3e97d0d1fec8d1c07f5109cb77d59e5d9199 (patch)
treefa010303e7ba6b1adb532940e2efbdad84a6719b /README.md
parent52629f31e02e2df40eee288ffdd2828e3bd53960 (diff)
downloadcontrol-repo-template-724e3e97d0d1fec8d1c07f5109cb77d59e5d9199.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6ef672..370cb64 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +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
-5. You're now ready to run `r10k deploy environment --verbose` which will deploy modules from your Puppetfile
+5. You're now ready to run `r10k deploy environment -p --verbose` which will deploy modules from your Puppetfile
Side note: You can remove configure_r10k.pp from the repo now.