diff options
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/cloud-config-puppet.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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 |