Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/adblockplus/manifests/legacy/filterserver.pp

Issue 29511584: #2762 - Fix provisioning of geoip to filter servers (Closed) Base URL: https://hg1/infrastructure
Left Patch Set: Created Aug. 10, 2017, 9:57 a.m.
Right Patch Set: split the absent package into a legacy class Created Aug. 11, 2017, 12:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« hiera/roles/filterserver.yaml ('K') | « hiera/roles/filterserver.yaml ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 # == Class: adblockplus::legacy::filterserver
2 #
3 # A class for maintaining legacy filter servers.
4 #
5 # See http://hub.eyeo.com/issues/2762 for more information.
6 #
7 class adblockplus::legacy::filterserver {
8
9 # Remove any manually installed geoip-database-contrib
10 package{'geoip-database-contrib':
11 ensure => 'purged',
12 require => Cron['geoip'],
mathias 2017/08/14 08:04:33 Why should ensuring absence require anything?
13 }
14 }
15
LEFTRIGHT

Powered by Google App Engine
This is Rietveld