Closed pjreed closed 7 years ago
I managed to get it past that by pinning the version of 'rtyler/jenkins' to '1.6.1' in all three Puppetfiles. Is there any reason not to pin everything to a known working version?
That was the idea of #115 but it has not been done yet.
A PR to do that would be appreciated.
I'm trying to set up my own build farm from scratch. I've followed the instructions in this repository and cloned the buildfarm_deployment_config repository, modified the config files, and instantiated VMs for a master, slave, and repo. I've gotten the slave and repo up and running, although I had to pin the version of puppetlabs-ntp in both the master and repo Puppetfile as was done for the slave in #140.
However, when I try to run
./reconfigure.bash master
on the master, it fails with this error:I've taken a look at site.pp and its contents seem reasonable to me, but I don't know much about puppet. Any idea what could be causing that error?