bowlofeggs added a new comment to an issue you are following: `` A very minimal Vagrantfile does not experience this issue, so I now assume that something about the Bodhi Vagrantfile is causing this:
``` # -*- mode: ruby -*- # vi: set ft=ruby :
# On your host: # git clone https://github.com/fedora-infra/bodhi.git # cd bodhi # cp Vagrantfile.example Vagrantfile # vagrant up # vagrant ssh -c "cd /home/vagrant/bodhi; pserve development.ini --reload"
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/..." config.vm.box = "f25-cloud-libvirt"
# Comment this line if you would like to disable the automatic update during provisioning config.vm.provision "shell", inline: "sudo dnf upgrade -y" end ```
Dusty, once again I have failed to find a bug in your code. But I will keep trying! ``
To reply, visit the link below or just reply to this email https://pagure.io/cloud-sig/issue/278