From 7667f4f11c8dd8414b4022879b5779c5ed53c578 Mon Sep 17 00:00:00 2001 From: Mathias Gug Date: Tue, 16 Feb 2010 15:25:01 -0500 Subject: Add cloud-config-puppet hook. --- upstart/cloud-config-puppet.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 upstart/cloud-config-puppet.conf (limited to 'upstart') diff --git a/upstart/cloud-config-puppet.conf b/upstart/cloud-config-puppet.conf new file mode 100644 index 00000000..83786118 --- /dev/null +++ b/upstart/cloud-config-puppet.conf @@ -0,0 +1,12 @@ +# Setup puppetd + +description "Setup puppetd" + +# Make sure puppet is started after repositories have been setup. +# This can be useful if the puppet package should be pulled from +# a different repository. +start on started cloud-apt-update-upgrade +console output +task + +exec cloud-init-cfg config-puppet -- cgit v1.2.3