From c23bbfc669b3d6573c1f79725729ebfa13a3a7a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se>
Date: Mon, 21 Aug 2023 14:07:42 +0200
Subject: [PATCH] Fixed lint issue.

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

diff --git a/manifests/auth.pp b/manifests/auth.pp
index 275489d..417fd1c 100644
--- a/manifests/auth.pp
+++ b/manifests/auth.pp
@@ -142,7 +142,7 @@ class aes::auth (
     group       => $auth_group,
     path        => $auth_home,
     command     => "${auth_home}/on_update.sh",
-    environment => [ "HOME=${auth_home}", 'PATH=/bin:/usr/bin' ],
+    environment => ["HOME=${auth_home}", 'PATH=/bin:/usr/bin'],
     refreshonly => true,
     require     => File["${auth_home}/on_update.sh"],
     notify      => Service[$auth_service],
-- 
GitLab