From 028aeef8db16d77266d8e0cc2cdd93d7fce633ce Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 21 Dec 2021 17:00:20 +0100 Subject: [PATCH] apt: cleanup bundle for usage in this repo --- bundles/apt/items.py | 4 ---- bundles/apt/metadata.py | 10 ---------- 2 files changed, 14 deletions(-) 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' )