A control repository template
f4393ecc07
Comment out Gary's examples |
||
---|---|---|
hieradata | ||
manifests | ||
configure_r10k.pp | ||
environment.conf | ||
hiera.yaml | ||
Puppetfile | ||
README.md |
- Clone this repo down to your master (in /tmp is fine) and upload it to your own internal git server
- Edit configure_r10k.pp so that the server parameter is set to your interal git server and repo name
- On your Master, run
puppet apply configure_r10k.pp
- This will install r10k and point it at the repo we setup in step 1
- You can remove configure_r10k.pp from the repo now.