SmartOS should be an inheritance of solaris

SmartOS is a distribution based on illumos which is the successor of OpenSolaris.
This commit is contained in:
Thomas Merkel 2018-01-25 13:26:18 +01:00
parent 81c855b797
commit 21febf6b6a
No known key found for this signature in database
GPG Key ID: 12AE4593D7A63833
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module VagrantPlugins
Config
end
guest(:smartos) do
guest(:smartos, :solaris) do
require_relative "guest"
Guest
end