summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-07-08 21:53:54 -0400
committerMicah Anderson <micah@riseup.net>2012-07-08 21:53:54 -0400
commit2ea883f5c04b5935ca83bd927f178e934312e0c4 (patch)
treee05f6ba82e27cc9ade906541a00ef8a3f72f75d1 /manifests/init.pp
parentffdb617e2002fb723a24befaee5171ef5bcf05a0 (diff)
there was a start at abstracting out the classes, but this is not needed at this point, so I've pulled it all in to simplify it
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d4132d3..22be7cf 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -37,7 +37,15 @@ class passenger (
ensure => $librack_ensure_version;
}
}
-
+
+ apache::config::file { 'mod_passenger':
+ ensure => present,
+ source => [ "puppet://${server}/modules/site_passenger/${fqdn}/mod_passenger.conf",
+ "puppet://${server}/modules/site_passenger/mod_passenger.conf",
+ "puppet://${server}/modules/passenger/mod_passenger.conf",
+ ],
+ }
+
if $use_munin {
case $passenger_memory_munin_config { '':
{ $passenger_memory_munin_config = "user root\nenv.passenger_memory_stats /usr/sbin/passenger-memory-stats" }