Skip to content
Snippets Groups Projects
Commit 8b37a5d8 authored by František Dvořák's avatar František Dvořák
Browse files

Hadoop image: enable cloudadm user for Hadoop

parent 97ae8684
No related branches found
No related tags found
No related merge requests found
...@@ -128,8 +128,9 @@ class{'site_hadoop': ...@@ -128,8 +128,9 @@ class{'site_hadoop':
distribution => $distribution, distribution => $distribution,
version => $version, version => $version,
users => [ users => [
'hawking', 'cloudadm',
'example', 'example',
'hawking',
], ],
accounting_enable => false, accounting_enable => false,
hbase_enable => true, hbase_enable => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment