Skip to content
Snippets Groups Projects
Commit 58dc9539 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Updates group setting for git user.

parent a93bf617
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,9 +46,9 @@ Vagrant.configure("2") do |config|
# Install the version of Chef by the Vagrant Omnibus
# version is :latest or "11.4.0"
# Note:
# Using version "11.4.0" because that is the latest version
# Using version "11.4.4" because that is the latest version
# AWS OpsWorks supports
config.omnibus.chef_version = "11.4.0"
config.omnibus.chef_version = "11.4.4"
 
# Enabling the Berkshelf plugin. To enable this globally, add this configuration
# option to your ~/.vagrant.d/Vagrantfile file
Loading
Loading
Loading
Loading
@@ -18,7 +18,9 @@ user gitlab['user'] do
home gitlab['home']
shell "/bin/bash"
uid gitlab['user_uid']
gid gitlab['user_gid']
# We already created a user with specific gid so now we can supply the name
# This line will make sure that we always have the correct group associated to the user
gid gitlab['group']
supports :manage_home => true
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment