From 9de2d0c96d70a2f1da6bac834af23aabb8699d2f Mon Sep 17 00:00:00 2001 From: mhoellein Date: Fri, 26 May 2023 11:44:02 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- icinga2/zones.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icinga2/zones.conf b/icinga2/zones.conf index 043895f..419bdbe 100644 --- a/icinga2/zones.conf +++ b/icinga2/zones.conf @@ -1,6 +1,6 @@ /* * Generated by Icinga 2 node setup commands - * on 2023-05-25 13:10:24 +0200 + * on 2023-05-26 11:41:31 +0200 */ object Endpoint "mail.hoellein.online" { @@ -8,7 +8,7 @@ object Endpoint "mail.hoellein.online" { port = "5665" } -object Zone "master" { +object Zone "mail.hoellein.online" { endpoints = [ "mail.hoellein.online" ] } @@ -17,7 +17,7 @@ object Endpoint "vserver2.hoellein.online" { object Zone "vserver2.hoellein.online" { endpoints = [ "vserver2.hoellein.online" ] - parent = "master" + parent = "mail.hoellein.online" } object Zone "global-templates" { -- 2.43.0