From fff224ccde03319dffa488f8ea6a68dabf49c5a5 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 8 Jun 2021 09:00:40 +0000 Subject: [PATCH] Update git submodules * Update charm-designate-bind from branch 'master' to f232f45f3fcda1a7db901785b5badde8a6b25f8c - Merge "Fix charm so that on focal it uses named service" - Fix charm so that on focal it uses named service Pre-focal the service was called 'bind9'. On focal+ it is called 'named'. This patch introduces a number of changes to make this possible: * Modify existing charm class "DesignateBindCharm" to include a check to see if the distro version is "focal" or higher; if so switch the service name to 'named'. Change-Id: Ida65c620fa81715d37e468217aea28f160cf31ee Closes-Bug: #1929770 --- charm-designate-bind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-designate-bind b/charm-designate-bind index 27b9625460..f232f45f3f 160000 --- a/charm-designate-bind +++ b/charm-designate-bind @@ -1 +1 @@ -Subproject commit 27b96254609b0314cb0f770d32195aa21a698202 +Subproject commit f232f45f3fcda1a7db901785b5badde8a6b25f8c