From 61f54d5f10f0bcf94012dc1fef4e170c139f4a6f Mon Sep 17 00:00:00 2001
From: saganorenkarlson <sagno626@student.liu.se>
Date: Fri, 7 Jun 2024 15:44:13 +0200
Subject: [PATCH] Uncommented more in init

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

diff --git a/manifests/init.pp b/manifests/init.pp
index 7dd072b..6e6585a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -100,11 +100,11 @@ class aim_control (
     ensure => installed;
   }
 
-  # file { '/etc/httpd/modules/libphp7.so':
-  #   ensure => link,
-  #   target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
-  #   before => Service['httpd'],
-  # }
+  file { '/etc/httpd/modules/libphp7.so':
+    ensure => link,
+    target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
+    before => Service['httpd'],
+  }
 
   include profiles::letsencrypt
 
-- 
GitLab