diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
commit | fb25090d69e9981d16e442f3f143e87b46dd8bc9 (patch) | |
tree | c57500b4afb1cc244efb48f5bd6c024724034e4d /ubuntu1804 | |
parent | anohter deb11 (diff) | |
download | vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.tar.gz vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.zip |
updates
Diffstat (limited to 'ubuntu1804')
-rw-r--r-- | ubuntu1804/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu1804/Vagrantfile b/ubuntu1804/Vagrantfile index 467c89a..aa30b9b 100644 --- a/ubuntu1804/Vagrantfile +++ b/ubuntu1804/Vagrantfile @@ -22,7 +22,7 @@ Vagrant.configure('2') do |config| # shares # config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 3, nfs_udp: false - config.vagrant.plugins = ['vagrant-reload', { 'vagrant-libvirt' => { 'version' => '^0.6.2' } }] + config.vagrant.plugins = [{ 'vagrant-libvirt' => { 'version' => '^0.6.2' } }] config.vm.provider 'libvirt' do |libvirt| libvirt.default_prefix = 'ubuntu18-' |