filmov
tv
Puppet #3 - Setting up GitHub repo for Puppet server & configure r10k

Показать описание
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.
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'
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'