diff options
author | Scott Moser <smoser@nelson> | 2010-01-11 23:29:18 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-11 23:29:18 -0500 |
commit | 969cbd1b5daa98a6e4d0d87750bde348fcf267e6 (patch) | |
tree | 62e3678a5c6dfea631726acb112fc9c924a4095b /upstart/ec2-ebs-mounts.conf | |
parent | d29998f111bf02e66d600b0aefbb12fc2517d5d6 (diff) | |
download | vyos-cloud-init-969cbd1b5daa98a6e4d0d87750bde348fcf267e6.tar.gz vyos-cloud-init-969cbd1b5daa98a6e4d0d87750bde348fcf267e6.zip |
refactor the config class and jobs to run through cloud-init-cfg
At this point, the following should be functional:
cloud-init-cfg apt-update-upgrade
Diffstat (limited to 'upstart/ec2-ebs-mounts.conf')
-rw-r--r-- | upstart/ec2-ebs-mounts.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/upstart/ec2-ebs-mounts.conf b/upstart/ec2-ebs-mounts.conf deleted file mode 100644 index a1457f6a..00000000 --- a/upstart/ec2-ebs-mounts.conf +++ /dev/null @@ -1,12 +0,0 @@ -# ec2-ebs-mounts -# -# Mount EC2 EBS mount points - -description "Populate EBS mountpoints" - -start on cloud-config - -console output -task - -exec /usr/sbin/ec2-ebs-mount |