From 2a41e4ad30488f289a8f5765f35bdc0282a555bb Mon Sep 17 00:00:00 2001
From: Nils Olof Paulsson <nils.olof.paulsson@liu.se>
Date: Tue, 5 Mar 2024 23:30:41 +0100
Subject: [PATCH] typo

---
 manifests/init.pp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 1f8c0fd..0751acd 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,11 +7,11 @@
 class snapp (
 ) {
   include profiles::letsencrypt
-  include omni::nginx
-  include omni::postgres
-  # include omni::js
-  # include omni::python
-  # include omni::redis
+  include snapp::nginx
+  include snapp::postgres
+  # include snapp::js
+  # include snapp::python
+  # include snapp::redis
 
   firewalld_service { 'Allow SSH in the liu zone':
     ensure  => present,
-- 
GitLab