Jgreen has uploaded a new change for review.

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


Change subject: back out otrs exim4 changes
......................................................................

back out otrs exim4 changes

Change-Id: I105768f0f8262c6e13efa3e44bbd9464e55bdceb
---
M manifests/role/otrs.pp
M templates/exim/exim4.otrs.erb
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/77477/1

diff --git a/manifests/role/otrs.pp b/manifests/role/otrs.pp
index 5977a73..6cfffcb 100644
--- a/manifests/role/otrs.pp
+++ b/manifests/role/otrs.pp
@@ -42,6 +42,7 @@
 
 class role::otrs::mailserver {
     include exim::smtp,
+        exim::constants,
         network::constants
 
     class { 'spamassassin':
diff --git a/templates/exim/exim4.otrs.erb b/templates/exim/exim4.otrs.erb
index 4cc7b86..3a0afd9 100644
--- a/templates/exim/exim4.otrs.erb
+++ b/templates/exim/exim4.otrs.erb
@@ -17,7 +17,7 @@
 ###############################
 
 # MySQL lookups (OTRS)
-hide mysql_servers =  db48.pmtpa.wmnet/otrs/exim/<%= otrs_mysql_password %> : 
db49.pmtpa.wmnet/otrs/exim/<%= otrs_mysql_password %>
+hide mysql_servers = db48.pmtpa.wmnet/otrs/exim/<%= 
scope.lookupvar('exim::smtp::otrs_mysql_password') %> : 
db49.pmtpa.wmnet/otrs/exim/<%= 
scope.lookupvar('exim::smtp::otrs_mysql_password') %>
 
 # Standard lists
 hostlist wikimedia_nets = <; <%= 
scope.lookupvar('network::constants::all_networks').join(" ; ") %>

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

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

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

Reply via email to