Add the README

This commit is contained in:
Nick Walker 2015-01-13 16:50:53 -08:00
parent 4e2a2b81cf
commit a6ef384222

6
README.md Normal file
View File

@ -0,0 +1,6 @@
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`
- 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.