Commit e88044eaab2ce21491259c1175be771608d0609a

Authored by Jacob Vosmaer
1 parent 30a1bf3e

Include gitlab-core attributes from gitlab.rb

files/gitlab-cookbooks/gitlab/libraries/gitlab.rb
... ... @@ -73,6 +73,7 @@ module Gitlab
73 73 [
74 74 "bootstrap",
75 75 "redis",
  76 + "gitlab_core",
76 77 "postgresql"
77 78 ].each do |key|
78 79 rkey = key.gsub('_', '-')
... ...