Mark Bergsma has uploaded a new change for review.

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


Change subject: Attempt to fix new class resource conflict
......................................................................

Attempt to fix new class resource conflict

Change-Id: I5f86b0ec2a469bfb2d81d5ca26ba81c8f12bcfc3
---
M manifests/role/lvs.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/102653/1

diff --git a/manifests/role/lvs.pp b/manifests/role/lvs.pp
index d8d1c30..6f06601 100644
--- a/manifests/role/lvs.pp
+++ b/manifests/role/lvs.pp
@@ -10,7 +10,7 @@
     # Older PyBal is very dependent on recursive DNS, to the point where it is 
a SPOF
     # So we'll have every LVS server run their own recursor
     $nameservers_prefix = [ $::ipaddress ]
-    class { '::dns::recursor': listen_addresses => [ $::ipaddress ] }
+    include ::dns::recursor
 
     include lvs::configuration
     $sip = $lvs::configuration::lvs_service_ips[$::realm]

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

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

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

Reply via email to