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,
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'bundles': [
|
||||
],
|
||||
'metadata': {
|
||||
'keep-cloud-init': True,
|
||||
'users': {
|
||||
'frank': {},
|
||||
'sophie': {
|
||||
|
|
|
@ -9,6 +9,7 @@ nodes['htz-cloud.sewfile'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'keep-cloud-init': True,
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'sewfile.franzi.business': {
|
||||
|
|
Loading…
Reference in a new issue