diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-01-14 00:57:58 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-01-14 00:57:58 +0000 |
commit | b7d4c2c4a45c83d7e4a0c5ca7271c4ae13cd1f84 (patch) | |
tree | 8f56065e530f0e0515d26ae36dfd9064d71d7703 /debian/control | |
parent | d61ffd7fb8434e76d2be555de834420232d2006e (diff) | |
download | vyos-cloud-init-b7d4c2c4a45c83d7e4a0c5ca7271c4ae13cd1f84.tar.gz vyos-cloud-init-b7d4c2c4a45c83d7e4a0c5ca7271c4ae13cd1f84.zip |
* debian/init: Run fetch-credentials before anything else.
(LP: #308533)
* Add ec2-set-hostname.py: Queries ec2 metdada for public-hostname
and then sets it (LP: #316201)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c579e89e..4505cbaf 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 5) Standards-Version: 3.8.0 Package: ec2-init -Architecture: all +Architecture: i386 amd64 Depends: python, procps Description: Init scripts for EC2 instances EC2 instances need special scripts to run during initialisation |