--- puppet/modules/apache/manifests/init.pp 2012/03/25 12:20:27 2683 +++ puppet/modules/apache/manifests/init.pp 2012/03/25 12:20:29 2684 @@ -107,7 +107,7 @@ 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,