Skip to content

Commit

Permalink
Merge pull request hashicorp#1698 from Govinda-Fichtner/gentoo_fix
Browse files Browse the repository at this point in the history
fix uninitialized constant error for gentoo plugin
  • Loading branch information
fgrehm committed Jun 14, 2013
2 parents d76eb25 + 270913b commit c38b2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/guests/gentoo/cap/change_host_name.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module GuestFreeBSD
module GuestGentoo
module Cap
class ChangeHostName
def self.change_host_name(machine, name)
Expand Down
4 changes: 2 additions & 2 deletions plugins/guests/gentoo/cap/configure_networks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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)
Expand Down

0 comments on commit c38b2c0

Please sign in to comment.