diff --git a/cookbooks/gitlab/recipes/default.rb b/cookbooks/gitlab/recipes/default.rb index 0d65e08..7da1b86 100644 --- a/cookbooks/gitlab/recipes/default.rb +++ b/cookbooks/gitlab/recipes/default.rb @@ -4,7 +4,11 @@ if node['platform'] == 'centos' end end -package 'gitlab' +package 'gitlab' do + action :upgrade + notifies :restart, 'service[gitlab]' +end + template '/etc/gitlab/database.yml' do owner 'root' -- libgit2 0.21.2