Skip to content

Commit

Permalink
Merge pull request #74 from basho/hc-system-group
Browse files Browse the repository at this point in the history
Ensure that the Riak group is created as a system group
  • Loading branch information
Seth Thomas committed Jun 6, 2013
2 parents 17e43f5 + a13cfc6 commit d89d211
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
include_recipe "build-essential"
include_recipe "erlang::source"

group "riak"
group "riak" do
system true
end

user "riak" do
gid "riak"
Expand Down Expand Up @@ -78,4 +80,4 @@
checksum
notifies :restart, "service[riak]"
end
end
end

0 comments on commit d89d211

Please sign in to comment.