mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
enable and start httpd on client
This commit is contained in:
parent
3ed5610f64
commit
08a96bdf81
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -31,6 +31,8 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
config.vm.provision "shell",
|
||||
inline: 'echo "nameserver 192.168.33.10" > /etc/resolv.conf'
|
||||
config.vm.provision "shell",
|
||||
inline: 'systemctl -q enable httpd && systemctl start httpd'
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user