From eb74cd6f36a2f4d2ebdee04d6b388834b1bc72d4 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 26 Jan 2010 22:53:00 -0500 Subject: add doc/userdata.txt, move examples to doc/. --- doc/examples/upstart-cloud-config.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/examples/upstart-cloud-config.txt (limited to 'doc/examples/upstart-cloud-config.txt') diff --git a/doc/examples/upstart-cloud-config.txt b/doc/examples/upstart-cloud-config.txt new file mode 100644 index 00000000..1fcec34d --- /dev/null +++ b/doc/examples/upstart-cloud-config.txt @@ -0,0 +1,12 @@ +#upstart-job +description "My test job" + +start on cloud-config +console output +task + +script +echo "====BEGIN=======" +echo "HELLO WORLD: $UPSTART_JOB" +echo "=====END========" +end script -- cgit v1.2.3