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

Unified Diff: modules/adblockplus/manifests/legacy/filterserver.pp

Issue 29527816: #2762 - Fix provisioning of geoip to filter servers (Closed)
Patch Set: Created Aug. 25, 2017, 5:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hiera/roles/filterserver.yaml ('k') | modules/filterserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/legacy/filterserver.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/adblockplus/manifests/legacy/filterserver.pp
@@ -0,0 +1,15 @@
+# == Class: adblockplus::legacy::filterserver
+#
+# 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.
+#
+# See http://hub.eyeo.com/issues/2762 for more information.
+#
+class adblockplus::legacy::filterserver {
+ 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.
+
+ # Remove any manually installed 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.
+ 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.
+ ensure => 'purged',
+ }
+}
+
« no previous file with comments | « hiera/roles/filterserver.yaml ('k') | modules/filterserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld