Skip to content

Commit e83e2f8

Browse files
committed
adc test
1 parent 0ad5a96 commit e83e2f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_amazon2.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def default_packages
4747
alinux_extras_topic topic
4848
end
4949

50-
if aws_region.start_with?("us-iso")
50+
# if aws_region.start_with?("us-iso")
51+
if true
5152
remote_file "epel_deps.tar.gz" do
5253
source "#{node['cluster']['artifacts_s3_url']}/dependencies/epel/rhel7/#{node['kernel']['machine']}/deps-v2.tar.gz"
5354
mode '0644'

0 commit comments

Comments
 (0)