diff options
Diffstat (limited to 'ephemeral')
-rw-r--r-- | ephemeral/Vagrantfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ephemeral/Vagrantfile b/ephemeral/Vagrantfile index 3cc28a5..f7a5f84 100644 --- a/ephemeral/Vagrantfile +++ b/ephemeral/Vagrantfile @@ -41,9 +41,10 @@ Vagrant.configure('2') do |config| libvirt.qemuargs value: '-nodefaults' libvirt.qemuargs value: '-no-user-config' libvirt.qemuargs value: '-serial' - # libvirt.qemuargs value: 'telnet::5323,server,nowait' libvirt.qemuargs value: 'pty' libvirt.random model: 'random' + # setting this will also remove the ability to run provisioning according to docs + # libvirt.mgmt_attach = false end # config.vm.provision 'update-upgrade', type: 'shell', name: 'update-upgrade', inline: <<-SHELL |