Merge pull request #5303 from SchnWalter/add-sl7-flavor

guests/redhat: Add Scientific Linux to RHEL 7 flavors.
This commit is contained in:
Mitchell Hashimoto 2015-02-24 09:45:56 -08:00
commit 2dfc1e1c49
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module VagrantPlugins
output.chomp!
# Detect various flavors we care about
if output =~ /(CentOS|Red Hat Enterprise) Linux( .+)? release 7/i
if output =~ /(CentOS|Red Hat Enterprise|Scientific) Linux( .+)? release 7/i
return :rhel_7
else
return :rhel