Index: modules/web/manifests/server.pp |
diff --git a/modules/web/manifests/server.pp b/modules/web/manifests/server.pp |
index 169d1139c1018b36e6c48b0f37cfd42222f6cfc3..e9d80e5808786821869aba3c3ef3b9947f37c897 100644 |
--- a/modules/web/manifests/server.pp |
+++ b/modules/web/manifests/server.pp |
@@ -10,6 +10,8 @@ class web::server( |
$geoip = false, |
) { |
+ include sitescripts |
+ |
# Ensure there is at least one character in the respective strings; |
# see https://codereview.adblockplus.org/29329028/#msg3 |
validate_re($vhost, '.+') |
@@ -54,8 +56,8 @@ class web::server( |
include spawn-fcgi |
package {'python-flup':} |
- class {'sitescripts': |
- sitescriptsini_source => 'puppet:///modules/web/sitescripts', |
+ sitescripts::configfragment {$title: |
+ source => 'puppet:///modules/web/sitescripts', |
} |
spawn-fcgi::pool {"multiplexer": |