From 2e21195aa92e870766e7a687726e36731f57b75c 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:27:15 +0200
Subject: [PATCH] Remove pre stop.

---
 manifests/pre.pp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/manifests/pre.pp b/manifests/pre.pp
index edd0c75..4492644 100644
--- a/manifests/pre.pp
+++ b/manifests/pre.pp
@@ -1,5 +1,5 @@
 class irc_bouncer::pre {
-  exec { 'stop znc':
-    command => '/bin/systemctl stop znc',
-  } -> Irc_bouncer::Module <| |>
+  # exec { 'stop znc':
+  #   command => '/bin/systemctl stop znc',
+  # } -> Irc_bouncer::Module <| |>
 }
-- 
GitLab