Remove the linux config, not used anyways
This commit is contained in:
parent
d490c840df
commit
22f3ea6606
|
@ -1,13 +0,0 @@
|
|||
module VagrantPlugins
|
||||
module GuestLinux
|
||||
class Config < Vagrant.plugin("2", :config)
|
||||
attr_accessor :halt_timeout
|
||||
attr_accessor :halt_check_interval
|
||||
|
||||
def initialize
|
||||
@halt_timeout = 30
|
||||
@halt_check_interval = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
|
@ -6,11 +6,6 @@ module VagrantPlugins
|
|||
name "Linux guest."
|
||||
description "Linux guest support."
|
||||
|
||||
config("linux") do
|
||||
require File.expand_path("../config", __FILE__)
|
||||
Config
|
||||
end
|
||||
|
||||
guest("linux") do
|
||||
require File.expand_path("../guest", __FILE__)
|
||||
Guest
|
||||
|
|
Loading…
Reference in New Issue