Include should be extend for class methods
This commit is contained in:
parent
439499fc11
commit
7b9e5fd4a7
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue