summaryrefslogtreecommitdiff
path: root/buildscripts/package_test/recipes/install_mongodb.rb
diff options
context:
space:
mode:
authorBrian McCarthy <brian.mccarthy@mongodb.com>2022-06-08 21:32:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-08 21:52:00 +0000
commitb0aeed9445ff41af07449fa757e1f231bce990b3 (patch)
tree10a5978906ce21f399890ebe1a0f268a02952383 /buildscripts/package_test/recipes/install_mongodb.rb
parent4505f0e131a46bfceff83540de66bae05c243fe9 (diff)
SERVER-67139 Update rhel6 package test amir4.2.21-rc0r4.2.21
Diffstat (limited to 'buildscripts/package_test/recipes/install_mongodb.rb')
-rw-r--r--buildscripts/package_test/recipes/install_mongodb.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/buildscripts/package_test/recipes/install_mongodb.rb b/buildscripts/package_test/recipes/install_mongodb.rb
index d9d21680b70..56385dbc2b0 100644
--- a/buildscripts/package_test/recipes/install_mongodb.rb
+++ b/buildscripts/package_test/recipes/install_mongodb.rb
@@ -21,12 +21,7 @@ if platform_family? 'rhel'
end
end
-if %w(6 7).include?(node['platform_version'][0]) and node['platform'] == 'redhat'
-
- # RHEL 6 client
- if node['platform'] == 'redhat' and node['platform_version'][0] == "6"
- rhui_client_url = "http://boxes.10gen.com/build/rh-amazon-rhui-client-els-3.0.45-1.el6.noarch.rpm"
- end
+if %w(7).include?(node['platform_version'][0]) and node['platform'] == 'redhat'
# RHEL 7 client
if node['platform'] == 'redhat' and node['platform_version'][0] == "7"