Add Scientific Linux to RHEL 7 flavors.
This commit is contained in:
parent
b2c722ef54
commit
02c0bfafc6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue