diff options
author | mail_redacted_for_web | 2015-01-13 16:50:53 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2015-01-13 16:50:53 -0800 |
commit | a6ef3842225e303fc673fdb13b595b36d961e721 (patch) | |
tree | 2d9007acb02dd700705178e87e76e1c0d4048842 /README.md | |
parent | 4e2a2b81cf17909647728a0c9febab7ab0370e65 (diff) | |
download | control-repo-template-a6ef3842225e303fc673fdb13b595b36d961e721.tar.bz2 |
Add the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ab2dc9 --- /dev/null +++ b/README.md @@ -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. + |