Skip to content

Commit

Permalink
Updated the setup to remove adding vagrant user to sudo group
Browse files Browse the repository at this point in the history
  • Loading branch information
jhajek committed Dec 23, 2016
1 parent d983ee0 commit f77c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/post_install_riemannmc_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo service riemann start
sudo gem install --no-ri --no-rdoc riemann-tools

# http://superuser.com/questions/196848/how-do-i-create-an-administrator-user-on-ubuntu
sudo usermod -a -G sudo vagrant
#sudo usermod -a -G sudo vagrant



Expand Down

0 comments on commit f77c1e5

Please sign in to comment.