bundlewrap/bundles/raspberrymatic-cert/items.py
2022-02-06 20:34:17 +01:00

10 lines
320 B
Python

files = {
'/opt/raspberrymatic-cert': {
'content_type': 'mako',
'mode': '500',
'context': {
'domain': node.metadata.get('raspberrymatic-cert/domain'),
'hostname': repo.get_node(node.metadata.get('raspberrymatic-cert/node')).metadata.get('hostname'),
}
}
}