Mark Bergsma has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78402


Change subject: Fix certificate dependency
......................................................................

Fix certificate dependency

Change-Id: Ia8c9a03a6b7b0b9b3b0094825867f31b1a8ae3a9
---
M manifests/role/cache.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/78402/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ccd8009..6cb9c7e 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -787,7 +787,9 @@
                        check_command => "check_ssl_cert!*.wikimedia.org",
                }
 
-               install_certificate { 'unified.wikimedia.org': }
+               install_certificate { 'unified.wikimedia.org':
+                       before => Protoproxy::Localssl['unified']
+               }
 
                protoproxy::localssl { 'unified':
                        proxy_server_cert_name => 'unified.wikimedia.org',

-- 
To view, visit https://gerrit.wikimedia.org/r/78402
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8c9a03a6b7b0b9b3b0094825867f31b1a8ae3a9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to