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,6 +73,7 @@ module Gitlab
73 [ 73 [
74 "bootstrap", 74 "bootstrap",
75 "redis", 75 "redis",
  76 + "gitlab_core",
76 "postgresql" 77 "postgresql"
77 ].each do |key| 78 ].each do |key|
78 rkey = key.gsub('_', '-') 79 rkey = key.gsub('_', '-')