diff options
Diffstat (limited to 'debian-mirror.yaml')
-rw-r--r-- | debian-mirror.yaml | 16 |
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 |