From aaf3aacaf2bf52bca4826d98b522c8c55d67d809 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 13 Apr 2014 17:51:24 +0200 Subject: [PATCH] Add apt.conf for the Debian package. Refs #6002 --- debian/config/apt.conf | 6 ++++++ debian/icinga2-common.install | 1 + 2 files changed, 7 insertions(+) create mode 100644 debian/config/apt.conf diff --git a/debian/config/apt.conf b/debian/config/apt.conf new file mode 100644 index 000000000..0222f2ba5 --- /dev/null +++ b/debian/config/apt.conf @@ -0,0 +1,6 @@ +object Service "apt" { + import "generic-service" + + host_name = "localhost" + check_command = "apt" +} diff --git a/debian/icinga2-common.install b/debian/icinga2-common.install index 3843570b2..72d547a76 100644 --- a/debian/icinga2-common.install +++ b/debian/icinga2-common.install @@ -1,4 +1,5 @@ debian/tmp/etc/icinga2 +debian/config/apt.conf etc/icinga2/conf.d/hosts/localhost usr/bin/icinga2-build* usr/bin/icinga2-sign-key usr/bin/icinga2-migrate-config