bundles/c3voc-addons: implement addidional_update_commands
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-03-06 12:57:48 +01:00
parent a693e90aa3
commit b351703953
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -85,6 +85,7 @@ files = {
'content_type': 'mako', 'content_type': 'mako',
'mode': '0700', 'mode': '0700',
'context': { 'context': {
'additional_update_commands': node.metadata.get('apt/additional_update_commands', set()),
'clean_old_kernels': node.metadata.get('apt/clean_old_kernels', True), 'clean_old_kernels': node.metadata.get('apt/clean_old_kernels', True),
'restart_triggers': node.metadata.get('apt/restart_triggers', {}), 'restart_triggers': node.metadata.get('apt/restart_triggers', {}),
} }