2016-10-11 14:50:34 +00:00
|
|
|
require_relative '../linux/guest'
|
|
|
|
|
2014-05-06 19:09:33 +00:00
|
|
|
module VagrantPlugins
|
|
|
|
module GuestMint
|
2016-10-11 14:50:34 +00:00
|
|
|
class Guest < VagrantPlugins::GuestLinux::Guest
|
|
|
|
# Name used for guest detection
|
|
|
|
GUEST_DETECTION_NAME = "Linux Mint".freeze
|
2014-05-06 19:09:33 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|