Muehlenhoff has uploaded a new change for review.

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

Change subject: Move the authdns servers to the role keyword
......................................................................

Move the authdns servers to the role keyword

We need this for Hiera-based assignment of Salt grains for debdeploy

Change-Id: I4851adbc81c2faa04ce079de5f9995cfb3e98164
---
M manifests/site.pp
1 file changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/35/247235/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 870d859..aeecdca 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -226,11 +226,12 @@
 }
 
 node 'baham.wikimedia.org' {
+    role authdns::server
+
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',
     }
     include standard
-    include role::authdns::server
 }
 
 # Bastion in Virginia
@@ -860,11 +861,12 @@
 }
 
 node 'eeden.wikimedia.org' {
+    role authdns::server
+
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',
     }
     include standard
-    include role::authdns::server
 }
 
 node 'einsteinium.eqiad.wmnet' {
@@ -2314,11 +2316,12 @@
 }
 
 node 'radon.wikimedia.org' {
+    role authdns::server
+
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',
     }
     include standard
-    include role::authdns::server
 }
 
 # Live Recent Changes WebSocket stream

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

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

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

Reply via email to