aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-25 12:20:29 +0000
committerMichael Scherer <misc@mageia.org>2012-03-25 12:20:29 +0000
commitda6aa985e557b6541f1370cc172b2683101a6931 (patch)
tree052fd05fea1c397175ceeb03105f93b45aa839d7 /modules
parent0f8d9354df4b3fa9bdb3876528b131ed9a0d9d79 (diff)
downloadpuppet-da6aa985e557b6541f1370cc172b2683101a6931.tar
puppet-da6aa985e557b6541f1370cc172b2683101a6931.tar.gz
puppet-da6aa985e557b6541f1370cc172b2683101a6931.tar.bz2
puppet-da6aa985e557b6541f1370cc172b2683101a6931.tar.xz
puppet-da6aa985e557b6541f1370cc172b2683101a6931.zip
add forgotten module rename
Diffstat (limited to 'modules')
-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',