From d80975d851d52e6b93078cdcf44d242c99bb4b55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 23 Oct 2023 19:30:32 +0200
Subject: [PATCH] Remove 'pre' class.

---
 manifests/ident.pp | 2 --
 manifests/pre.pp   | 5 -----
 manifests/setup.pp | 2 --
 3 files changed, 9 deletions(-)
 delete mode 100644 manifests/pre.pp

diff --git a/manifests/ident.pp b/manifests/ident.pp
index 04af4d2..dfa08e4 100644
--- a/manifests/ident.pp
+++ b/manifests/ident.pp
@@ -1,6 +1,4 @@
 class irc_bouncer::ident {
-  require ::irc_bouncer::pre
-
   ensure_packages (
     ['oidentd', ],
     { ensure => installed, })
diff --git a/manifests/pre.pp b/manifests/pre.pp
deleted file mode 100644
index 4492644..0000000
--- a/manifests/pre.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class irc_bouncer::pre {
-  # exec { 'stop znc':
-  #   command => '/bin/systemctl stop znc',
-  # } -> Irc_bouncer::Module <| |>
-}
diff --git a/manifests/setup.pp b/manifests/setup.pp
index 5dd737b..858a711 100644
--- a/manifests/setup.pp
+++ b/manifests/setup.pp
@@ -1,6 +1,4 @@
 class irc_bouncer::setup {
-  require ::irc_bouncer::pre
-
   file { [
     '/var/lib/znc',
     '/var/lib/znc/configs',
-- 
GitLab