Jgreen has submitted this change and it was merged.

Change subject: more fighting with puppet re. exim variables
......................................................................


more fighting with puppet re. exim variables

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

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



diff --git a/manifests/role/otrs.pp b/manifests/role/otrs.pp
index 24ff2cb..5977a73 100644
--- a/manifests/role/otrs.pp
+++ b/manifests/role/otrs.pp
@@ -41,7 +41,7 @@
 
 
 class role::otrs::mailserver {
-    include passwords::exim4,
+    include exim::smtp,
         network::constants
 
     class { 'spamassassin':
diff --git a/templates/exim/exim4.otrs.erb b/templates/exim/exim4.otrs.erb
index a22113a..4cc7b86 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/<%= 
scope.lookupvar('passwords::exim4::otrs_mysql_password') %> : 
db49.pmtpa.wmnet/otrs/exim/<%= 
scope.lookupvar('passwords::exim4::otrs_mysql_password') %>
+hide mysql_servers =  db48.pmtpa.wmnet/otrs/exim/<%= otrs_mysql_password %> : 
db49.pmtpa.wmnet/otrs/exim/<%= otrs_mysql_password %>
 
 # Standard lists
 hostlist wikimedia_nets = <; <%= 
scope.lookupvar('network::constants::all_networks').join(" ; ") %>

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

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

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

Reply via email to