From 86729ba87342e4e5566d5538240b1bd39812e1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 10 Dec 2020 23:33:06 +0100 Subject: [PATCH] Hadoop: fix ssh connection to nodes --- hadoop/site.pp.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop/site.pp.tmpl b/hadoop/site.pp.tmpl index 32823dd..fa08df6 100644 --- a/hadoop/site.pp.tmpl +++ b/hadoop/site.pp.tmpl @@ -120,7 +120,7 @@ class{'site_hadoop': distribution => $$distribution, version => $$version, users => [ - '${image_user}', + 'hawking', 'example', ], accounting_enable => false, -- GitLab