From 8da80fc68a85857c12f8ee81579412ff106b91d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Thu, 3 Sep 2020 14:48:49 +0200
Subject: [PATCH] Try to get server to not restart.

---
 manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 734529b..052ba49 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,6 +7,6 @@ class irc_bouncer {
   service { 'znc':
     ensure => running,
     enable => true,
-    subscribe => [ Class['::irc_bouncer::setup'], ],
+    # subscribe => [ Class['::irc_bouncer::setup'], ],
   }
 }
-- 
GitLab