blob: 837861184586c11bc5d542f563c3427b49db36e3 (
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 started cloud-apt-update-upgrade
console output
task
exec cloud-init-cfg config-puppet
|