diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-18 13:07:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-18 13:07:57 -0500 |
commit | 7c77c9a7ec42597db9f3f9c04ecbf9563ceb8510 (patch) | |
tree | a22dab8683641c52d5b8decd24fd7d82a45eb405 | |
parent | b5455343e58de9b03cb23f32f88e91be4856f772 (diff) | |
download | vyos-cloud-init-7c77c9a7ec42597db9f3f9c04ecbf9563ceb8510.tar.gz vyos-cloud-init-7c77c9a7ec42597db9f3f9c04ecbf9563ceb8510.zip |
run cloud-config-puppet later (LP: #523625)
LP: #523625
-rw-r--r-- | upstart/cloud-config-puppet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-config-puppet.conf b/upstart/cloud-config-puppet.conf index 83786118..effa0b84 100644 --- a/upstart/cloud-config-puppet.conf +++ b/upstart/cloud-config-puppet.conf @@ -5,7 +5,7 @@ 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 +start on stopped cloud-apt-update-upgrade console output task |