mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
vagrant user does not have permission to write to /etc/resolv.conf
detect through DNS autodiscovery.
This commit is contained in:
parent
681f8ae5a4
commit
2f9c9c8757
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -34,7 +34,7 @@ Vagrant.configure(2) do |config|
|
||||
replica.vm.hostname = "replica.ipademo.local"
|
||||
|
||||
replica.vm.provision "shell",
|
||||
inline: 'echo "nameserver 192.168.33.10" > /etc/resolv.conf'
|
||||
inline: 'sudo echo "nameserver 192.168.33.10" > /etc/resolv.conf'
|
||||
end
|
||||
|
||||
config.vm.define "client" do |client|
|
||||
|
Loading…
Reference in New Issue
Block a user