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