aboutsummaryrefslogtreecommitdiffstats
path: root/debian-mirror.yaml
diff options
context:
space:
mode:
authorAlexis Lee <alexisl@hp.com>2014-10-08 15:17:29 +0100
committerAlexis Lee <alexisl@hp.com>2014-10-08 15:40:39 +0100
commit6f3f9ec6da71fec349856e719d0606a6d8b33d91 (patch)
treee8958dbde9f0e707168d16bab4ca953de76daf18 /debian-mirror.yaml
parenta35679f539614846f43dbb0b5a3c57dc7e0f34ee (diff)
Sort inputs and parameters
They're mostly rather higgledy-piggledy at the moment which makes it quite difficult to compare against files where these are sorted. EG compute.yaml from I687a00c7dc164ba044f9f2dfca96a02401427855. Change-Id: I508a3d0f6a79810d2100fdd1ad143bcd37bf8c00
Diffstat (limited to 'debian-mirror.yaml')
-rw-r--r--debian-mirror.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian-mirror.yaml b/debian-mirror.yaml
index 7ae12c1b..ddfff6a6 100644
--- a/debian-mirror.yaml
+++ b/debian-mirror.yaml
@@ -1,13 +1,5 @@
description: 'Debian-mirror: A Debian or Ubuntu mirror in the cloud'
parameters:
- DebianMirrorMirror:
- default: http://archive.ubuntu.com/ubuntu
- description: The mirror that is to be used as the source
- type: string
- DebianMirrorSuites:
- default: ["saucy", "saucy-updates", "saucy-security"]
- description: The suites to be mirrored
- type: JSON
DebianMirrorArchitectures:
default: [{"arch": "amd64"}]
description: The architectures to be mirrored
@@ -16,6 +8,14 @@ parameters:
default: ["main", "restricted", "universe", "multiverse"]
description: The components to be mirrored
type: JSON
+ DebianMirrorMirror:
+ default: http://archive.ubuntu.com/ubuntu
+ description: The mirror that is to be used as the source
+ type: string
+ DebianMirrorSuites:
+ default: ["saucy", "saucy-updates", "saucy-security"]
+ description: The suites to be mirrored
+ type: JSON
resources:
debianMirrorConfig:
type: AWS::AutoScaling::LaunchConfiguration