From 7b9e5fd4a787cd7d0db0fee95ccd54f0992cd64d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Apr 2013 12:25:40 -0700 Subject: [PATCH] Include should be extend for class methods --- plugins/guests/debian/cap/configure_networks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/debian/cap/configure_networks.rb b/plugins/guests/debian/cap/configure_networks.rb index 16e50158e..0cb3d006f 100644 --- a/plugins/guests/debian/cap/configure_networks.rb +++ b/plugins/guests/debian/cap/configure_networks.rb @@ -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|