diff options
author | Scott Moser <smoser@nelson> | 2010-01-11 11:51:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-11 11:51:25 -0500 |
commit | 062080f2fa87878f67d819c88ec1032d262e5555 (patch) | |
tree | 49a9f3061a4943eb0da82981496a758977eb3810 /upstart/cat-cloud-config.conf | |
parent | d67120b4b83ac0ce156b8e844496355d262d85af (diff) | |
download | vyos-cloud-init-062080f2fa87878f67d819c88ec1032d262e5555.tar.gz vyos-cloud-init-062080f2fa87878f67d819c88ec1032d262e5555.zip |
mark cloud-config-cat-debug upstart job as debug
Diffstat (limited to 'upstart/cat-cloud-config.conf')
-rw-r--r-- | upstart/cat-cloud-config.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/upstart/cat-cloud-config.conf b/upstart/cat-cloud-config.conf deleted file mode 100644 index 9cc3b2ce..00000000 --- a/upstart/cat-cloud-config.conf +++ /dev/null @@ -1,7 +0,0 @@ -description "Cat the Config" - -start on cloud-config -console output -task - -exec cloud-init-run-module once-per-instance catconfig execute cat $CLOUD_CFG |