Index: modules/statsmaster/manifests/downloads.pp |
diff --git a/modules/statsmaster/manifests/downloads.pp b/modules/statsmaster/manifests/downloads.pp |
index 88ada69c32e1bd871305b0ea50c8e05977fd7645..54fdc02990ba15b2a997295e7ea438eb520f38c2 100644 |
--- a/modules/statsmaster/manifests/downloads.pp |
+++ b/modules/statsmaster/manifests/downloads.pp |
@@ -23,7 +23,7 @@ class statsmaster::downloads { |
require => [ |
Package['pypy'], |
Package['python-jinja2'], |
- Exec["fetch_sitescripts"] |
+ Class["sitescripts"] |
], |
command => "pypy -m sitescripts.stats.bin.logprocessor && python -m sitescripts.stats.bin.pagegenerator", |
environment => ['MAILTO=admins@adblockplus.org,root', |