diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 7d40483..9f1e9f0 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -2,13 +2,9 @@ from bundlewrap.exceptions import BundleError supported_os = { 'debian': { - 10: 'buster', 11: 'bullseye', 99: 'unstable', }, - 'raspbian': { - 10: 'buster', - }, } try: diff --git a/bundles/apt/metadata.py b/bundles/apt/metadata.py index ecb0775..871bff7 100644 --- a/bundles/apt/metadata.py +++ b/bundles/apt/metadata.py @@ -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' )