unsymlink_bundles #2
2 changed files with 0 additions and 14 deletions
|
@ -2,13 +2,9 @@ from bundlewrap.exceptions import BundleError
|
||||||
|
|
||||||
supported_os = {
|
supported_os = {
|
||||||
'debian': {
|
'debian': {
|
||||||
10: 'buster',
|
|
||||||
11: 'bullseye',
|
11: 'bullseye',
|
||||||
99: 'unstable',
|
99: 'unstable',
|
||||||
},
|
},
|
||||||
'raspbian': {
|
|
||||||
10: 'buster',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -5,18 +5,8 @@ defaults = {
|
||||||
'hour': 21,
|
'hour': 21,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga2_api': {
|
|
||||||
'apt': {
|
|
||||||
'services': {
|
|
||||||
'UNATTENDED UPGRADES': {
|
|
||||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_unattended_upgrades',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'cron/upgrade-and-reboot'
|
'cron/upgrade-and-reboot'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue