htz-cloud: keep cloud-init
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2e92f9851a
commit
f47c9ea0a0
3 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue