Temporarily disable Network action while it is broken

This commit is contained in:
Mitchell Hashimoto 2013-01-04 16:25:20 -10:00
parent 2d3c0b7148
commit 559cf25b5f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module VagrantPlugins
b.use ClearSharedFolders
b.use ShareFolders
b.use ClearNetworkInterfaces
b.use Network
#b.use Network
b.use HostName
b.use SaneDefaults
b.use Customize