diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-06 14:33:39 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-06 14:33:39 +0000 |
commit | 886906f6abe1c3b92bd38de49cdb5abda3c62115 (patch) | |
tree | caf6becf247e0d795d2a1daa6e9869f57eeef3b8 /dns/Vagrantfile | |
parent | update (diff) | |
download | vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.tar.gz vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.zip |
updates
Diffstat (limited to 'dns/Vagrantfile')
-rw-r--r-- | dns/Vagrantfile | 4 |
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 &&\ |