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

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

Issue 29527816: #2762 - Fix provisioning of geoip to filter servers (Closed)
Left Patch Set: For comment 2 Created Aug. 30, 2017, 1:54 a.m.
Right Patch Set: For comment 5 Created Aug. 30, 2017, 3:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « hiera/roles/filterserver.yaml ('k') | modules/filterserver/manifests/init.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # == Class: adblockplus::legacy::filterserver 1 # == Class: adblockplus::legacy::filterserver
2 # 2 #
3 # See http://hub.eyeo.com/issues/2762 for more information. 3 # See http://hub.eyeo.com/issues/2762 for more information.
4 # 4 #
5 class adblockplus::legacy::filterserver { 5 class adblockplus::legacy::filterserver {
6 6
7 include filterserver 7 include filterserver
8 8
9 # Manually installed package conflicts with geoip module
mathias 2017/08/30 08:47:36 Why would we use Puppet to ensure a manually insta
10 package {'geoip-database-contrib': 9 package {'geoip-database-contrib':
11 ensure => 'purged', 10 ensure => 'purged',
12 } 11 }
13 } 12 }
14 13
LEFTRIGHT

Powered by Google App Engine
This is Rietveld