nodes/htz-cloud.sewfile: add host

This commit is contained in:
Franzi 2020-04-13 09:53:40 +02:00
parent 004422c060
commit def3f2078f
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -0,0 +1,13 @@
# this node runs only seafile. Seafile and the mysql server are not
# managed by bundlewrap.
nodes['htz-cloud.sewfile'] = {
'bundles': [
'nginx',
'seafile',
],
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
}