13 lines
268 B
Python
13 lines
268 B
Python
# 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',
|
|
},
|
|
}
|