From 179c2e23e9e89d8f8874fb146a22cc3489ca96b5 Mon Sep 17 00:00:00 2001
From: Daniel Holmer <daniel.holmer@liu.se>
Date: Mon, 24 Jun 2024 11:01:37 +0000
Subject: [PATCH] removed comma

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

diff --git a/manifests/init.pp b/manifests/init.pp
index 29d489e..442fb75 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -50,7 +50,7 @@ class kmaccess {
     shell      => '/bin/bash',
     sshkey     => 'AAAAC3NzaC1lZDI1NTE5AAAAIE6BNeP0nZY58yWieADalkfPqgHHyl8bH5hQvPa7+eS0',
     sshkeytype => 'ssh-ed25519',
-  },
+  }
     users::liu_user { 'lovar08' :
     commonname => 'Love Arreborn',
     shell      => '/bin/bash',
-- 
GitLab