lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.1.0 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.1.1
- 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/]
+ tlsv1_platforms = [/aix/, /el-5/, /solaris10/]
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.