Skip to content

Commit 82e4643

Browse files
author
Jim Dowling
committed
should actually create group
1 parent e7d4190 commit 82e4643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/install.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
include_recipe "java"
4545

4646

47-
#group node.apache_hadoop.group do
48-
# action :create
49-
# not_if "getent group #{node.apache_hadoop.group}"
50-
#end
47+
group node.apache_hadoop.group do
48+
action :create
49+
not_if "getent group #{node.apache_hadoop.group}"
50+
end
5151

5252
user node.apache_hadoop.hdfs.user do
5353
home "/home/#{node.apache_hadoop.hdfs.user}"

0 commit comments

Comments
 (0)