Skip to content

Commit

Permalink
fix uninitialized constant error for gentoo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Govinda Fichtner committed May 7, 2013
1 parent ccfd321 commit 270913b
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 270913b

Please sign in to comment.