Commit 2fc8047dd8c46e020f1d3e4fac677a674d49c066
1 parent
d3addc60
Exists in
master
and in
4 other branches
Add missing Mash.new
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 |