-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Milestone
Description
For an unknown reason Vagrant 1.9.4 reproducible installs only a very old version of vagrant-libvirt (0.0.20) while 1.9.3 does pull the correct version, 0.0.40. Downgrading Vagrant for this purpose works, too.
Vagrant version
Installed Version: 1.9.4
Latest Version: 1.9.4
Host operating system
Ubuntu 16.04
Guest operating system
N/A
Vagrantfile
N/A
Debug output
Installed the plugin 'vagrant-libvirt (0.0.20)'!
Expected behavior
Install newest version (0.0.40) of vagrant-libvirt plugin.
Actual behavior
Installs very old version (0.0.20)
Steps to reproduce
- Set up Ubuntu 16.0.4
- Install Vagrant 1.9.4 using the Debian 64 binary from vagrantup.com
- Run
vagrant plugin install vagrant-libvirt
Reactions are currently unavailable