Skip to content

Commit

Permalink
Add vagrant user to rvm group.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 19, 2010
1 parent 40d7285 commit 6f7da1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@
cookbook_file "/etc/sudoers.d/vagrant" do
mode 00440
end

group "rvm" do
members ["vagrant"]
append true
end

0 comments on commit 6f7da1a

Please sign in to comment.