Update README.md

This commit is contained in:
Nick Walker 2015-05-15 12:05:33 -07:00
parent 52629f31e0
commit 724e3e97d0

View File

@ -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.