lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.1.2 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.1.3
- old
+ new
@@ -137,10 +137,10 @@
end
#Return true if tlsv1 protocol needs to be enforced
#param [Host] the host
def require_tlsv1?(host)
- tlsv1_platforms = [/aix/, /el-5/, /solaris10/, /windows-2008/]
+ tlsv1_platforms = [/aix/, /el-5/, /solaris-1[0,1]-[i,x]/, /sles-11/,/windows-2008/]
return tlsv1_platforms.any? {|platform_regex| host['platform'] =~ platform_regex}
end
# Generate the command line string needed to from a frictionless puppet-agent
# install on this host in a PE environment.