coren has submitted this change and it was merged.

Change subject: dynamicproxy: Add explicit DNS resolver to tools proxy role
......................................................................


dynamicproxy: Add explicit DNS resolver to tools proxy role

Change-Id: I8ff6b532fe92a2ccca20e57e88f2a26b8f0659d2
---
M modules/toollabs/manifests/proxy.pp
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/modules/toollabs/manifests/proxy.pp 
b/modules/toollabs/manifests/proxy.pp
index bf26821..26c2872 100644
--- a/modules/toollabs/manifests/proxy.pp
+++ b/modules/toollabs/manifests/proxy.pp
@@ -3,6 +3,7 @@
     include toollabs::infrastructure
 
     class { '::dynamicproxy':
-        luahandler       => 'urlproxy.lua'
+        luahandler => 'urlproxy.lua',
+        resolver   => '10.68.16.1' # eqiad DNS resolver
     }
 }

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

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

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

Reply via email to