Commit Graph

4 Commits (9a92886922d507de4b34d98995ba3e19442624a2)

Author SHA1 Message Date
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Maximilian Bosch b06e65aad2
vagrant: 2.2.10 -> 2.2.11
https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#2211-november-05-2020
2020-11-06 13:48:52 +01:00
Matthew Harm Bekkema 1183ee645d vagrant: Add vagrant-libvirt to the gemset
With this, you can "install" the plugin just by adding the following to
~/vagrant.d/plugins.json:

  {
    "version":"1",
    "installed": {
      "vagrant-libvirt": {
        "ruby_version":"2.5.3",
        "vagrant_version":"2.2.0",
        "gem_version":"",
        "require":"",
        "sources":[]
      }
    }
  }
2018-12-17 10:23:27 +11:00
Christian Albrecht 7ed92b1497 vagrant-libvirt: init at 2.2.0
Adds a flag and a new package to build vagrant with libvirt support,
to be able to install and use the vagrant-libvirt plugin.
2018-11-07 17:46:57 +01:00