Include should be extend for class methods

This commit is contained in:
Mitchell Hashimoto 2013-04-04 12:25:40 -07:00
parent 439499fc11
commit 7b9e5fd4a7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module VagrantPlugins
module GuestDebian
module Cap
class ConfigureNetworks
include Vagrant::Util
extend Vagrant::Util
def self.configure_networks(machine, networks)
machine.communicate.tap do |comm|