bundlewrap/bundles/archive/items.py
mwiegand b0dc69d27b wip
2021-06-19 23:45:01 +02:00

17 lines
367 B
Python

assert node.has_bundle('gcloud')
assert node.has_bundle('gocryptfs')
files['/opt/archive'] = {
'content_type': 'mako',
'mode': '700',
'context': {
'dirs': node.metadata.get('archive'),
'bucket': node.metadata.get('gcloud/bucket'),
'processes': 4,
'threads': 4,
},
'needs': [
'bundle:gcloud',
],
}