| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 # == Class: adblockplus::legacy::filterserver | 1 # == Class: adblockplus::legacy::filterserver |
| 2 # | |
| 3 # A class for maintaining legacy filter servers. | |
|
mathias
2017/08/29 18:09:00
That comment is pretty much pointless. Please eith
f.lopez
2017/08/30 01:52:38
Done.
| |
| 4 # | 2 # |
| 5 # See http://hub.eyeo.com/issues/2762 for more information. | 3 # See http://hub.eyeo.com/issues/2762 for more information. |
| 6 # | 4 # |
| 7 class adblockplus::legacy::filterserver { | 5 class adblockplus::legacy::filterserver { |
| 6 | |
| 8 include filterserver | 7 include filterserver |
|
mathias
2017/08/29 18:09:00
There's a blank line missing above this one.
f.lopez
2017/08/30 01:52:38
Done.
| |
| 9 | 8 |
| 10 # Remove any manually installed geoip-database-contrib | 9 package {'geoip-database-contrib': |
|
mathias
2017/08/29 18:09:00
That comment is pointless entirely, it explains th
f.lopez
2017/08/30 01:52:38
Done.
| |
| 11 package{'geoip-database-contrib': | |
|
mathias
2017/08/29 18:09:00
There's a whitespace character missing after the `
f.lopez
2017/08/30 01:52:38
Done.
| |
| 12 ensure => 'purged', | 10 ensure => 'purged', |
| 13 } | 11 } |
| 14 } | 12 } |
| 15 | 13 |
| LEFT | RIGHT |