bundles/apt: support spreading unattended-upgrades in a group
This commit is contained in:
parent
92cca7f396
commit
048fb83ee7
5 changed files with 81 additions and 24 deletions
|
@ -11,6 +11,11 @@ groups['dns'] = {
|
|||
'powerdns',
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
'unattended-upgrades': {
|
||||
'spread_in_group': 'dns',
|
||||
},
|
||||
},
|
||||
'powerdns': {
|
||||
# Overridden in node metadata for primary server
|
||||
'is_secondary': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue