blob: 2c3ef67b100d753085be0e33a3d38e4a23d65904 (
plain)
1
2
3
4
5
6
7
8
9
|
# cloud-config - Handle applying the settings specified in cloud-config
description "Handle applying cloud-config"
emits cloud-config
start on (filesystem and started rsyslog)
console output
task
exec cloud-init modules --mode=config
|