Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Bug 1443270: fix broken bacula ca cert for mdc2; a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Jun 4, 2018
1 parent c1d202d commit 61fc4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/moco-config.pp
Expand Up @@ -592,7 +592,7 @@
# this isn't actually secret, but it's long, so we stick it in hiera.
$bacula_cacert = $::fqdn? {
/.*\.mdc1\.mozilla\.com/ => secret('bacula_mdc1_ca_cert'),
/.*\.mdc2\.mozilla\.com/ => '', # shortterm bustage fix see bug 1443270
/.*\.mdc2\.mozilla\.com/ => secret('bacula_mdc2_ca_cert'),
/.*\.(scl3|usw2|use1)\.mozilla\.com/ => secret('bacula_scl3_ca_cert'),
default => undef,
}
Expand Down

0 comments on commit 61fc4bf

Please sign in to comment.