Update README.md

This commit is contained in:
Nick Walker 2015-01-14 14:32:59 -08:00
parent f4393ecc07
commit 0c67040afa

View File

@ -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 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 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 - 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. 4. You can remove configure_r10k.pp from the repo now.