apt: cleanup bundle for usage in this repo

This commit is contained in:
Rico 2021-12-21 17:00:20 +01:00
parent e6a58eaaf4
commit 028aeef8db
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
2 changed files with 0 additions and 14 deletions

View File

@ -2,13 +2,9 @@ from bundlewrap.exceptions import BundleError
supported_os = {
'debian': {
10: 'buster',
11: 'bullseye',
99: 'unstable',
},
'raspbian': {
10: 'buster',
},
}
try:

View File

@ -5,18 +5,8 @@ defaults = {
'hour': 21,
},
},
'icinga2_api': {
'apt': {
'services': {
'UNATTENDED UPGRADES': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_unattended_upgrades',
},
},
},
},
}
@metadata_reactor.provides(
'cron/upgrade-and-reboot'
)