From 97ab53c597620f164640d57414ad0ecfbd64412e Mon Sep 17 00:00:00 2001
From: Mike Hanby <mhanby@uab.edu>
Date: Fri, 24 Oct 2014 10:48:33 -0500
Subject: [PATCH] Reenabled user lywang on bme-shel877 workstations per Yuhua
 Song's request 'Lingyun Wang (lywang@uab.edu) recently needs to come to lab
 to use workstation: bme-shel877clc to analyze some data for his manuscript
 for his work in my lab. Could you please add his account back to
 bme-shel877clc?'

---
 manifests/bme_shel_users.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/manifests/bme_shel_users.pp b/manifests/bme_shel_users.pp
index 56381c2..1597ada 100644
--- a/manifests/bme_shel_users.pp
+++ b/manifests/bme_shel_users.pp
@@ -14,7 +14,8 @@ class users::bme_shel_users inherits users::virtual_users
 {
   User["kid1412"]   { ensure => "absent" }
   User["lywang"]   {
-    ensure     => "absent",
+    #ensure     => "absent",
+    ensure     => "present",
     managehome => false
   }
   case $hostname {
-- 
GitLab