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

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

Issue 6580840486141952: Issue 2661 - Auto-generate subscription and notification mirrors in statsmaster sitescripts.ini (Closed)
Patch Set: Created June 8, 2015, 10:23 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 | « modules/statsmaster/files/sitescripts.ini ('k') | modules/statsmaster/templates/sitescripts.ini.erb » ('j') | 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 0fcdcc00b94074e0aa9093e864dc7accfeda90a0..88ada69c32e1bd871305b0ea50c8e05977fd7645 100644
--- a/modules/statsmaster/manifests/downloads.pp
+++ b/modules/statsmaster/manifests/downloads.pp
@@ -2,7 +2,7 @@ class statsmaster::downloads {
package {['pypy', 'python-jinja2']:}
class {'sitescripts':
- sitescriptsini_source => 'puppet:///modules/statsmaster/sitescripts.ini',
+ sitescriptsini_content => template('statsmaster/sitescripts.ini.erb'),
}
file {['/var/www/stats', '/var/www/statsdata']:
« no previous file with comments | « modules/statsmaster/files/sitescripts.ini ('k') | modules/statsmaster/templates/sitescripts.ini.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld