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