From 61fc4bf2007eba2941c75aa0d36cbf1d90121e37 Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Mon, 4 Jun 2018 10:39:33 -0700 Subject: [PATCH] Bug 1443270: fix broken bacula ca cert for mdc2; a=bustage --- manifests/moco-config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/moco-config.pp b/manifests/moco-config.pp index b38f361da4..fc2083cd49 100644 --- a/manifests/moco-config.pp +++ b/manifests/moco-config.pp @@ -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, }