When running vagrant up I hit a provisioning error due to what I'm guessing is a file that hasn't been checked in:
[master] Running provisioner: Vagrant::Provisioners::Puppet...
[master] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
stdin: is not a tty
Could not parse for environment production: No file(s) found for import of 'settings' at /tmp/vagrant-puppet/manifests/site.pp:7 on node master.local
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
cd /tmp/vagrant-puppet/manifests && puppet apply --modulepath '/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/site.pp
I have cloned using
git clone https://github.com/wulff/vagrant-jenkins.git --recursive
which grabbed all of the submodules as you'd expect.
When running vagrant up I hit a provisioning error due to what I'm guessing is a file that hasn't been checked in:
I have cloned using
which grabbed all of the submodules as you'd expect.