diff --git a/plugins/guests/gentoo/cap/change_host_name.rb b/plugins/guests/gentoo/cap/change_host_name.rb index 4c0f50d8f..a8112b7d5 100644 --- a/plugins/guests/gentoo/cap/change_host_name.rb +++ b/plugins/guests/gentoo/cap/change_host_name.rb @@ -1,5 +1,5 @@ module VagrantPlugins - module GuestFreeBSD + module GuestGentoo module Cap class ChangeHostName def self.change_host_name(machine, name) diff --git a/plugins/guests/gentoo/cap/configure_networks.rb b/plugins/guests/gentoo/cap/configure_networks.rb index ce7883f8c..ad534b437 100644 --- a/plugins/guests/gentoo/cap/configure_networks.rb +++ b/plugins/guests/gentoo/cap/configure_networks.rb @@ -3,9 +3,9 @@ require "tempfile" require "vagrant/util/template_renderer" module VagrantPlugins - module GuestFreeBSD + module GuestGentoo module Cap - class ChangeHostName + class ConfigureNetworks include Vagrant::Util def self.configure_networks(machine, networks)