Commit 2fc8047dd8c46e020f1d3e4fac677a674d49c066

Authored by Jacob Vosmaer
1 parent d3addc60

Add missing Mash.new

files/gitlab-cookbooks/gitlab/libraries/gitlab.rb
@@ -45,7 +45,7 @@ module Gitlab @@ -45,7 +45,7 @@ module Gitlab
45 nginx Mash.new 45 nginx Mash.new
46 logging Mash.new 46 logging Mash.new
47 remote_syslog Mash.new 47 remote_syslog Mash.new
48 - high_availability 48 + high_availability Mash.new
49 node nil 49 node nil
50 external_url nil 50 external_url nil
51 git_data_dir nil 51 git_data_dir nil