Dzahn has submitted this change and it was merged.

Change subject: mailman: use role-based hiera lookup on fermium
......................................................................


mailman: use role-based hiera lookup on fermium

We need to use the special "role" keyword here not a
regular include or role-based hiera lookup won't work
and we are getting "Could not find data item mailman::lists_servername".

Also compare to sodium.

Bug:T109925
Change-Id: Iad3d8901168100d8a0ac5e6892d79700c04c7a1e
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 0937b6b..c6ca658 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -971,10 +971,10 @@
 
 # virtual machine for mailman list server
 node 'fermium.wikimedia.org' {
+    role lists
     include standard
     include admin
     include base::firewall
-    include role::lists
 
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iad3d8901168100d8a0ac5e6892d79700c04c7a1e
Gerrit-PatchSet: 2
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