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']: |