Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/102652
Change subject: Fix name conflict ...................................................................... Fix name conflict Change-Id: I0c1c21d6447bbafc6158a244754976361a136231 --- M manifests/role/lvs.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/52/102652/1 diff --git a/manifests/role/lvs.pp b/manifests/role/lvs.pp index b64eed6..d8d1c30 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 ] } + class { '::dns::recursor': listen_addresses => [ $::ipaddress ] } include lvs::configuration $sip = $lvs::configuration::lvs_service_ips[$::realm] -- To view, visit https://gerrit.wikimedia.org/r/102652 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c1c21d6447bbafc6158a244754976361a136231 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma <m...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits