Skip to content

Commit

Permalink
should actually create group
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Dowling committed Feb 23, 2017
1 parent e7d4190 commit 82e4643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
include_recipe "java"


#group node.apache_hadoop.group do
# action :create
# not_if "getent group #{node.apache_hadoop.group}"
#end
group node.apache_hadoop.group do
action :create
not_if "getent group #{node.apache_hadoop.group}"
end

user node.apache_hadoop.hdfs.user do
home "/home/#{node.apache_hadoop.hdfs.user}"
Expand Down

0 comments on commit 82e4643

Please sign in to comment.