openshift / vagrant-openshift

Other
83 stars 117 forks source link

updating usermod command syntax so that command does not fail #490

Closed coreydaley closed 8 years ago

coreydaley commented 8 years ago

Corrects the usermod command syntax, as it will fail with the following message: usermod: group '-a' does not exist The correct syntax should be usermod -a -G libvirt $USER

Replaces git:// with https:// in Gemfile

Removed default version of bundler on travis-ci and replaces with 1.12.5 which is needed by the vagrant gem

coreydaley commented 8 years ago

@bparees Could you please review and merge?

bparees commented 8 years ago

lgtm

danmcp commented 8 years ago

@dobbymoodge FYI