aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
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/puppet
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/puppet')
-rw-r--r--modules/puppet/manifests/thin.pp2
1 files changed, 1 insertions, 1 deletions
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',