Learning Puppet
This Vagrantfile automatically creates master & two agents
- Clone puppet repo to your working directory.
- In directory with Vagranfile run "vagrant up".
- After finishing VM creation run next commands on master machine:
$ sudo /opt/puppetlabs/bin/puppet cert list
$ sudo /opt/puppetlabs/bin/puppet cert sign --all
- Play with puppet :)