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

Unified Diff: modules/statsmaster/manifests/downloads.pp

Issue 29337891: Issue 3686 - Replace sitescripts exec- with class-reference in class statsmaster::downloads (Closed)
Patch Set: Created March 6, 2016, 11:17 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld