Skip to content

Commit

Permalink
Ensure that the Riak group is created as a system group.
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Jun 5, 2013
1 parent 17e43f5 commit a13cfc6
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 a13cfc6

Please sign in to comment.