aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
commit886906f6abe1c3b92bd38de49cdb5abda3c62115 (patch)
treecaf6becf247e0d795d2a1daa6e9869f57eeef3b8 /dns/Vagrantfile
parentupdate (diff)
downloadvagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.tar.gz
vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.zip
updates
Diffstat (limited to 'dns/Vagrantfile')
-rw-r--r--dns/Vagrantfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/Vagrantfile b/dns/Vagrantfile
index d20bd8c..841dd23 100644
--- a/dns/Vagrantfile
+++ b/dns/Vagrantfile
@@ -39,6 +39,10 @@ Vagrant.configure('2') do |config|
libvirt.random model: 'random'
end
+ config.vm.provision 'reqs-priv1', type: 'shell', name: 'reqs-priv-install1', privileged: true, inline: <<-SHELL
+ echo "nameserver 9.9.9.9" > /etc/resolv.conf
+ SHELL
+
config.vm.provision 'reqs', type: 'shell', name: 'reqs-install', inline: <<-SHELL
sudo apk update &&\
sudo apk upgrade &&\