From 6f3f9ec6da71fec349856e719d0606a6d8b33d91 Mon Sep 17 00:00:00 2001 From: Alexis Lee Date: Wed, 8 Oct 2014 15:17:29 +0100 Subject: 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 --- debian-mirror.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'debian-mirror.yaml') 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 -- cgit 1.2.3-korg