From 8b37a5d8c68c9e1c019463e6b7a518d198849e96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Sun, 20 Dec 2020 21:32:05 +0100
Subject: [PATCH] Hadoop image: enable cloudadm user for Hadoop

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

diff --git a/image/single.pp b/image/single.pp
index 7164581..98ab182 100644
--- a/image/single.pp
+++ b/image/single.pp
@@ -128,8 +128,9 @@ class{'site_hadoop':
   distribution        => $distribution,
   version             => $version,
   users               => [
-    'hawking',
+    'cloudadm',
     'example',
+    'hawking',
   ],
   accounting_enable   => false,
   hbase_enable        => true,
-- 
GitLab