From 68368b178204a91c602d738b1eba596edc4955fc Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Mon, 30 Dec 2013 10:36:56 +0100 Subject: [PATCH] Use cloudfront mirror in ec2 manifests --- manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json | 4 +++- manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json | 4 +++- manifests/ec2-ebs-debian-official-i386-pvm.manifest.json | 4 +++- manifests/ec2-ebs-partitioned.manifest.json | 4 +++- manifests/ec2-ebs-single.manifest.json | 4 +++- manifests/ec2-s3.manifest.json | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json b/manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json index b351a6c..b18f3b1 100644 --- a/manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json +++ b/manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json @@ -20,7 +20,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "ebs", "partitions": { diff --git a/manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json b/manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json index b0f8361..df4d2fd 100644 --- a/manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json +++ b/manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json @@ -20,7 +20,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "ebs", "partitions": { diff --git a/manifests/ec2-ebs-debian-official-i386-pvm.manifest.json b/manifests/ec2-ebs-debian-official-i386-pvm.manifest.json index f36b80f..c61b3b6 100644 --- a/manifests/ec2-ebs-debian-official-i386-pvm.manifest.json +++ b/manifests/ec2-ebs-debian-official-i386-pvm.manifest.json @@ -20,7 +20,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "ebs", "partitions": { diff --git a/manifests/ec2-ebs-partitioned.manifest.json b/manifests/ec2-ebs-partitioned.manifest.json index 3062d16..e3b312d 100644 --- a/manifests/ec2-ebs-partitioned.manifest.json +++ b/manifests/ec2-ebs-partitioned.manifest.json @@ -20,7 +20,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "ebs", "partitions": { diff --git a/manifests/ec2-ebs-single.manifest.json b/manifests/ec2-ebs-single.manifest.json index 6d2c7dd..945febc 100644 --- a/manifests/ec2-ebs-single.manifest.json +++ b/manifests/ec2-ebs-single.manifest.json @@ -20,7 +20,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "ebs", "partitions": { diff --git a/manifests/ec2-s3.manifest.json b/manifests/ec2-s3.manifest.json index 5b22aa2..8dca5c7 100644 --- a/manifests/ec2-s3.manifest.json +++ b/manifests/ec2-s3.manifest.json @@ -24,7 +24,9 @@ "locale": "en_US", "charmap": "UTF-8" }, - "packages": {}, + "packages": { + "mirror": "http://cloudfront.debian.net/debian" + }, "volume": { "backing": "s3", "partitions": {