From 1376ffe4de1e9cdcf5544ccecf50a18f46f7ed30 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 12 Jan 2010 15:09:27 -0500 Subject: moving towards getting apt-update-upgrade working --- upstart/cloud-config-ssh.conf.disabled | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 upstart/cloud-config-ssh.conf.disabled (limited to 'upstart/cloud-config-ssh.conf.disabled') diff --git a/upstart/cloud-config-ssh.conf.disabled b/upstart/cloud-config-ssh.conf.disabled new file mode 100644 index 00000000..6127cb73 --- /dev/null +++ b/upstart/cloud-config-ssh.conf.disabled @@ -0,0 +1,13 @@ +# ec2-preconf-ssh-keys +# +# Download preconfigured ssh-keys for EC2. + +description "Download preconfigured ssh keys" + +start on (cloud-config + and local-filesystems + and net-device-ifup IFACE=eth0 and starting ssh) +console output +task + +exec cloud-init-cfg config-ssh -- cgit v1.2.3