In this video we'll follow up on previous videos about Puppet (and Vagrant) by creating GitHub account and configure r10k on our Puppet Master server running on a Vagrant Box.
https://itvraag.nl
r10k yaml file content. Just make sure to change the values marked as [CHANGEME]
---
:cachedir: '/var/cache/r10k'
:sources:
:[CHANGEME]:
remote: '[CHANGEME]'
basedir: '/etc/puppetlabs/code/environments'