Merge pull request #1698 from Govinda-Fichtner/gentoo_fix

fix uninitialized constant error for gentoo plugin
This commit is contained in:
Fabio Rehm 2013-06-13 20:13:04 -07:00
commit c38b2c053f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module GuestFreeBSD
module GuestGentoo
module Cap
class ChangeHostName
def self.change_host_name(machine, name)

View File

@ -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)