aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/apache/manifests/init.pp2
-rw-r--r--modules/puppet/manifests/thin.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index aa0e821f..a3592c65 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -107,7 +107,7 @@ class apache {
define vhost_catalyst_app($script, $location = '', $process = 4, $use_ssl = false, $vhost = false) {
- include apache::mod_fastcgi
+ include apache::mod::fastcgi
vhost_base { $name:
vhost => $vhost,
use_ssl => $use_ssl,
diff --git a/modules/puppet/manifests/thin.pp b/modules/puppet/manifests/thin.pp
index f5995a81..e885dd7f 100644
--- a/modules/puppet/manifests/thin.pp
+++ b/modules/puppet/manifests/thin.pp
@@ -2,7 +2,7 @@ class puppet::thin {
package { 'ruby-thin': }
include apache::mod::ssl
- include apache::mod_proxy
+ include apache::mod::proxy
apache::vhost_other_app { 'puppet_proxy':
vhost_file => 'puppet/apache_proxy_vhost.conf',