From fb25090d69e9981d16e442f3f143e87b46dd8bc9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 18 Mar 2023 00:06:14 +0330 Subject: updates --- ephemeral/Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ephemeral') 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 -- cgit v1.2.3