From 7a59b2ac67d53b87fb9367881716e0ac3eb4b155 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=20Per=C3=A4l=C3=A4?= <mika.perala@liu.se>
Date: Mon, 29 Aug 2022 14:00:07 +0000
Subject: [PATCH] Merge branch 'cherry-pick-b940cfc1' into 'test'

Merge branch 'remove-henhe83' into 'devel'

See merge request liu-puppet-modules/aes!21

(cherry picked from commit 3fdaab5275a40588afc03c3aa78108b1ceccec7b)

aced0ff5 Merge branch 'remove-henhe83' into 'devel'
---
 manifests/examfiles.pp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/manifests/examfiles.pp b/manifests/examfiles.pp
index d57dc26..dc1197f 100644
--- a/manifests/examfiles.pp
+++ b/manifests/examfiles.pp
@@ -1,6 +1,5 @@
 class aes::examfiles {
 
-  include users::henhe83
   include users::micis03
   include users::jondy94
   include users::andma54
@@ -10,10 +9,6 @@ class aes::examfiles {
     allowdupe => false,
   }
 
-  User <| title == henhe83 |> {
-    groups +> liuitdrs,
-  }
-
   User <| title == micis03 |> {
     groups +> liuitdrs,
   }
-- 
GitLab