class Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionMultipleDb

def configuration

def configuration
  # HACK: commenting commands out as these commands should be run *after* the first
  # reconfiguration (see first command in #exec_commands)
  <<~OMNIBUS
    #gitlab_rails['databases']['main']['enable'] = true
    #gitlab_rails['databases']['ci']['enable'] = true
    #gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production_ci'
  OMNIBUS
end