blob: 5c6fed82d728c62c4c837d63cb0b98e19b05ff47 (
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 cloud_config
|