bundlewrap/nodes/htz-cloud/pirmasens.py
Franzi f47c9ea0a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
htz-cloud: keep cloud-init
2020-06-08 10:12:48 +02:00

16 lines
299 B
Python

nodes['htz-cloud.pirmasens'] = {
'bundles': [
],
'metadata': {
'keep-cloud-init': True,
'users': {
'frank': {},
'sophie': {
'delete': True,
},
},
'os': 'debian',
'os_release': 'buster',
},
}