From 21febf6b6aa888679deceaef539c5a269750676a Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Thu, 25 Jan 2018 13:26:18 +0100 Subject: [PATCH] SmartOS should be an inheritance of solaris SmartOS is a distribution based on illumos which is the successor of OpenSolaris. --- plugins/guests/smartos/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/smartos/plugin.rb b/plugins/guests/smartos/plugin.rb index 6f5365af2..dcdd6f7b8 100644 --- a/plugins/guests/smartos/plugin.rb +++ b/plugins/guests/smartos/plugin.rb @@ -11,7 +11,7 @@ module VagrantPlugins Config end - guest(:smartos) do + guest(:smartos, :solaris) do require_relative "guest" Guest end