htz-cloud: keep cloud-init
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-06-08 10:12:48 +02:00
parent 2e92f9851a
commit f47c9ea0a0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 3 additions and 1 deletions

View file

@ -71,7 +71,7 @@ if node.metadata.get('apt', {}).get('packages', {}):
pkg_apt[package] = options
if node.metadata.get('keep_cloud_init', False):
if node.metadata.get('keep-cloud-init', False):
pkg_apt['cloud-init'] = {
'installed': True,
}