bundles/apt: introduce additional_update_commands for updating other stuff
This commit is contained in:
parent
a0e943a243
commit
50ea6a92a5
2 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,7 @@ files = {
|
|||
'content_type': 'mako',
|
||||
'mode': '0700',
|
||||
'context': {
|
||||
'additional_update_commands': node.metadata.get('apt/additional_update_commands', set()),
|
||||
'clean_old_kernels': node.metadata.get('apt/clean_old_kernels', True),
|
||||
'restart_triggers': node.metadata.get('apt/restart_triggers', {}),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue