17 lines
367 B
Python
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',
|
|
],
|
|
}
|
|
|