bundles/apt: introduce restart_triggers (restart services if another service has been upgraded)
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7ca24d27d3
commit
a24fb12c21
2 changed files with 16 additions and 0 deletions
|
@ -33,6 +33,7 @@ files = {
|
|||
'context': {
|
||||
'clean_old_kernels': node.metadata.get('apt/clean_old_kernels', True),
|
||||
'data': node.metadata.get('apt/unattended-upgrades', {}),
|
||||
'restart_triggers': node.metadata.get('apt/restart_triggers', {}),
|
||||
}
|
||||
},
|
||||
'/etc/cloud': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue