blob: effa0b840a3661b54712fd12b21837f79f213f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 stopped cloud-apt-update-upgrade
console output
task
exec cloud-init-cfg config-puppet
|