Skip to content

Commit 96b5180

Browse files
committed
1 parent 9584498 commit 96b5180

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

amis/packer_centos6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"type" : "shell",
240240
"inline" : [
241241
"region=\"{{user `region`}}\"",
242-
"bucket=\"s3.${region}.amazonaws.com\"",
242+
"bucket=\"s3.amazonaws.com\"",
243243
"[[ ${region} =~ ^cn- ]] && bucket=\"s3.cn-north-1.amazonaws.com.cn\"",
244244
"curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz",
245245
"sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz"

amis/packer_centos7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"type" : "shell",
237237
"inline" : [
238238
"region=\"{{user `region`}}\"",
239-
"bucket=\"s3.${region}.amazonaws.com\"",
239+
"bucket=\"s3.amazonaws.com\"",
240240
"[[ ${region} =~ ^cn- ]] && bucket=\"s3.cn-north-1.amazonaws.com.cn\"",
241241
"curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz",
242242
"which pip2",

amis/packer_ubuntu1404.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"inline_shebang" : "/bin/bash -e",
246246
"inline" : [
247247
"region=\"{{user `region`}}\"",
248-
"bucket=\"s3.${region}.amazonaws.com\"",
248+
"bucket=\"s3.amazonaws.com\"",
249249
"[[ ${region} =~ ^cn- ]] && bucket=\"s3.cn-north-1.amazonaws.com.cn\"",
250250
"curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz",
251251
"sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz"

amis/packer_ubuntu1604.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"inline_shebang" : "/bin/bash -e",
249249
"inline" : [
250250
"region=\"{{user `region`}}\"",
251-
"bucket=\"s3.${region}.amazonaws.com\"",
251+
"bucket=\"s3.amazonaws.com\"",
252252
"[[ ${region} =~ ^cn- ]] && bucket=\"s3.cn-north-1.amazonaws.com.cn\"",
253253
"curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz",
254254
"sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz"

0 commit comments

Comments
 (0)