We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7c761 + 6c57c76 commit 7271ef6Copy full SHA for 7271ef6
1 file changed
contrib/vagrant/util/nodes_vagrantfile_template.rb
@@ -19,6 +19,7 @@
19
config.vm.provision :shell, inline: <<-SCRIPT
20
# Avahi-daemon broadcasts the machine's hostname to local DNS.
21
# So $id.local in this case
22
+ sudo apt-get install -yq avahi-daemon
23
sudo service avahi-daemon restart
24
echo "*.* @@192.168.61.100:514" > /etc/rsyslog.d/51-remote.conf
25
SCRIPT
0 commit comments