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

Unified Diff: modules/filterserver/manifests/init.pp

Issue 11296008: Notification server: Generate notification.json from notifications repository (Closed)
Patch Set: Created July 26, 2013, 11:52 a.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 | « no previous file | modules/notificationserver/files/notification.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -166,18 +166,19 @@ class filterserver {
user => rsync,
hour => '*',
minute => '2-52/10'
}
cron {'mirrorstats':
ensure => present,
require => [
- User['rsync'],
- Package['python-geoip']
+ User['rsync'],
+ Package['python-geoip'],
+ Exec["fetch_sitescripts"]
],
command => 'gzip -cd /var/log/nginx/access_log_easylist_downloads.1.gz | python -m sitescripts.logs.bin.extractSubscriptionStats',
environment => ['MAILTO=admins@adblockplus.org', 'PYTHONPATH=/opt/sitescripts'],
user => rsync,
hour => 1,
minute => 25
}
« no previous file with comments | « no previous file | modules/notificationserver/files/notification.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld