How to create a development virtual machine for Puppet
Hi! I am trying to install Puppet Enterprise Master and Puppet Agent in a Vagrant VM for development. This is how I did:
vagrant up
with Ubuntu 14.04 (I allocated 2.5GB RAM and 4 cores)- I downloaded Puppet Enterprise tarball and the
.asc
key - I tried
sudo /vagrant/puppet/puppet-enterprise-installer
- I went to
https://vm-ip:3000/
- I followed the wizard and after some time, this is the error log I got.
What am I doing wrong? How should I actually do it?