From fe29db5c6b1e4eb015a020c917445357c4c3c268 Mon Sep 17 00:00:00 2001
From: Nils Olof Paulsson <nils.olof.paulsson@liu.se>
Date: Tue, 11 Jun 2024 13:56:51 +0200
Subject: [PATCH] runnginx

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

diff --git a/manifests/nginx.pp b/manifests/nginx.pp
index f4f524a..eff8d06 100644
--- a/manifests/nginx.pp
+++ b/manifests/nginx.pp
@@ -25,7 +25,7 @@ class egg::nginx () {
 
   # Housekeeping
   service { 'nginx':
-    ensure => 'stopped',
+    ensure => 'running',
     enable => true,
   }
   firewalld_service { 'Allow http in the liu Zone':
-- 
GitLab