From 886906f6abe1c3b92bd38de49cdb5abda3c62115 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 6 Jun 2024 10:33:39 -0400 Subject: updates --- dns/Vagrantfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dns/Vagrantfile') 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 &&\ -- cgit v1.2.3