Skip to content
Snippets Groups Projects
Commit c7d1ce42f355 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Add missing geo-secondary to underscore conversion


One of the conversions was lost in the resolution of merge-conflict.

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent f1bf996d9fb5
No related branches found
No related tags found
3 merge requests!102heptapod#1237: making 0.38 the new oldstable,!96Merged heptapod branch for upstream 15.11 in heptapod-stable,!93Merged upstream 15.11.0+rc42+ce.0
......@@ -47,7 +47,7 @@
rails_enable = node['gitlab']['gitlab-rails']['enable']
# Geo secondary
if node['gitlab']['geo-secondary']['enable']
if node['gitlab']['geo_secondary']['enable']
if rails_enable
include_recipe 'gitlab-ee::geo-secondary'
include_recipe 'gitlab-ee::geo_database_migrations'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment