Skip to content

Commit

Permalink
Add "require_plugin" to Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
njam committed Jan 2, 2014
1 parent d9a97f7 commit 5f4305d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.require_plugin "vagrant-dns"

Vagrant.configure("2") do |config|
# All Vagrant configuration is done here. The most common configuration
Expand All @@ -16,6 +17,6 @@ Vagrant.configure("2") do |config|
config.vm.hostname = "machine"
config.vm.network :private_network, ip: "33.33.33.60"


VagrantDNS::Config.listen = [[:udp, "0.0.0.0", 5300]]
end

0 comments on commit 5f4305d

Please sign in to comment.