We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5a96 commit e83e2f8Copy full SHA for e83e2f8
cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_amazon2.rb
@@ -47,7 +47,8 @@ def default_packages
47
alinux_extras_topic topic
48
end
49
50
- if aws_region.start_with?("us-iso")
+ # if aws_region.start_with?("us-iso")
51
+ if true
52
remote_file "epel_deps.tar.gz" do
53
source "#{node['cluster']['artifacts_s3_url']}/dependencies/epel/rhel7/#{node['kernel']['machine']}/deps-v2.tar.gz"
54
mode '0644'
0 commit comments