Merge pull request #1411 from chorankates-sfdc/master

add Solaris detection to linux provider
This commit is contained in:
Mitchell Hashimoto 2013-03-11 17:25:19 -07:00
commit e04efa155f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ module VagrantPlugins
return :redhat if comm.test("cat /etc/redhat-release")
return :suse if comm.test("cat /etc/SuSE-release")
return :arch if comm.test("cat /etc/arch-release")
return :solaris if comm.test("grep 'Solaris' /etc/release")
end
# Can't detect the distro, assume vanilla linux