Skip to content

Commit 723f985

Browse files
author
Matthew Fisher
committed
added install script for avahi
1 parent f066f76 commit 723f985

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
vb.customize ["modifyvm", :id, "--memory", "$memory"]
1616
end
1717

18+
config.vm.provision :shell, inline: <<-SCRIPT
19+
# Avahi-daemon broadcasts the machine's hostname to local DNS.
20+
# Therefore 'deis-controller.local' in this case.
21+
sudo apt-get install -yq avahi-daemon
22+
SCRIPT
23+
1824
# Enable [hostname].local autodiscovery between VMs
1925
config.vm.provision :shell, inline: <<-SCRIPT
2026
# Avahi-daemon broadcasts the machine's hostname to local DNS.

0 commit comments

Comments
 (0)