BBlack has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/346980 )
Change subject: dnsrecursor: update to backports for transition
......................................................................
dnsrecursor: update to backports for transition
This is temporary to ensure smooth rollout on existing jessie
recdns machines. Should revert after all are upgraded via puppet.
Change-Id: Id1876231c33e644f6f3f645c085574bf490907b2
---
M modules/dnsrecursor/manifests/init.pp
1 file changed, 7 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/80/346980/1
diff --git a/modules/dnsrecursor/manifests/init.pp
b/modules/dnsrecursor/manifests/init.pp
index ffccded..7ac264c 100644
--- a/modules/dnsrecursor/manifests/init.pp
+++ b/modules/dnsrecursor/manifests/init.pp
@@ -44,6 +44,10 @@
priority => '1001',
before => Package['pdns-recursor'],
}
+
+ package { 'pdns-recursor':
+ ensure => 'latest', # temporary during transition!
+ }
}
else {
if os_version('debian') {
@@ -54,10 +58,10 @@
# trusty instances (labservices metaldns stuff)
$pdns_rec_ver = 3
}
- }
- package { 'pdns-recursor':
- ensure => 'present',
+ package { 'pdns-recursor':
+ ensure => 'present',
+ }
}
file { '/etc/powerdns/recursor.conf':
--
To view, visit https://gerrit.wikimedia.org/r/346980
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1876231c33e644f6f3f645c085574bf490907b2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits