summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChuck Short <zulcss@ubuntu.com>2009-02-09 19:12:09 +0000
committerBazaar Package Importer <jamesw@ubuntu.com>2009-02-09 19:12:09 +0000
commit4685dd287c9eea18dc18bac1260b7a1169271f78 (patch)
tree79738235d552663619932980d46f9a9e004aeb2e /debian/control
parent40bc760f17a67700ad19b0d2250deec4e5e06954 (diff)
downloadvyos-cloud-init-4685dd287c9eea18dc18bac1260b7a1169271f78.tar.gz
vyos-cloud-init-4685dd287c9eea18dc18bac1260b7a1169271f78.zip
* ec2-set-apt-sources.py
- Determine the zone that the user is in and generate a /etc/apt/sources.list.d/ based on that. * debian/init: - Check to see if there is an /var/run/ec2 and create it if it doesnt exist. - Start ec2-set-apt-sources at first bootup. * debian/rules: - Install ec2-set-apt-sources. * debian/control: - Add python-configobj as a dependency. * debian/{install,dirs} - Create an /etc/ec2-init to read the configuration file and install it.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4505cbaf..2eb50d17 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.0
Package: ec2-init
Architecture: i386 amd64
-Depends: python, procps
+Depends: python, procps, python-configobj
Description: Init scripts for EC2 instances
EC2 instances need special scripts to run during initialisation
to retrieve and install ssh keys and to let the user run various scripts.