Dzahn has submitted this change and it was merged.

Change subject: zirconium apache - fix wrong path to ssl key
......................................................................


zirconium apache - fix wrong path to ssl key

Change-Id: Ifb632f478dd12c69782daaded91a0c12b28b7a76
---
M manifests/misc/etherpad.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/misc/etherpad.pp b/manifests/misc/etherpad.pp
index bed0a08..7e2cdea 100644
--- a/manifests/misc/etherpad.pp
+++ b/manifests/misc/etherpad.pp
@@ -65,7 +65,7 @@
        } else {
                $etherpad_host = 'epl.wikimedia.org'
                $etherpad_ssl_cert = '/etc/ssl/certs/star.wikimedia.org.pem'
-               $etherpad_ssl_key = '/etc/ssl/certs/star.wikimedia.org.key'
+               $etherpad_ssl_key = '/etc/ssl/private/star.wikimedia.org.key'
        }
 
        $etherpad_ip = '127.0.0.1'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb632f478dd12c69782daaded91a0c12b28b7a76
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to