Skip to content

Commit 5fc8524

Browse files
committed
Revert "Move region check to base_install"
This reverts commit 693654a.
1 parent 0b7ea91 commit 5fc8524

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

recipes/base_install.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@
5151
end
5252
end
5353

54-
# AWS CLI China Mirror
55-
if node['cfncluster']['cfn_region'].start_with?("cn-")
56-
node.default['cfncluster']['awscli']['url'] = "https://s3.cn-north-1.amazonaws.com.cn/cn-north-1-aws-parallelcluster/aws-cli/awscli-bundle.zip"
57-
else
58-
node.default['cfncluster']['awscli']['url'] = "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip"
59-
end
60-
6154
bash "install awscli" do
6255
cwd Chef::Config[:file_cache_path]
6356
code <<-CLI

0 commit comments

Comments
 (0)