Skip to content

Commit 7271ef6

Browse files
committed
Merge pull request #600 from opdemand/vagrant-avahi
added install script for avahi
2 parents 9f7c761 + 6c57c76 commit 7271ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
config.vm.provision :shell, inline: <<-SCRIPT
2020
# Avahi-daemon broadcasts the machine's hostname to local DNS.
2121
# So $id.local in this case
22+
sudo apt-get install -yq avahi-daemon
2223
sudo service avahi-daemon restart
2324
echo "*.* @@192.168.61.100:514" > /etc/rsyslog.d/51-remote.conf
2425
SCRIPT

0 commit comments

Comments
 (0)