diff options
author | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:37 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:37 +0000 |
commit | cc26741edadc4fa7da2b5854c674b29a324e6100 (patch) | |
tree | 4f13ee25cc5d8de08019db98088a99da33165519 /modules/mga-mirrors | |
parent | f6c93e0bda5c042d0ee3d25348df04d069997fb3 (diff) | |
download | puppet-cc26741edadc4fa7da2b5854c674b29a324e6100.tar puppet-cc26741edadc4fa7da2b5854c674b29a324e6100.tar.gz puppet-cc26741edadc4fa7da2b5854c674b29a324e6100.tar.bz2 puppet-cc26741edadc4fa7da2b5854c674b29a324e6100.tar.xz puppet-cc26741edadc4fa7da2b5854c674b29a324e6100.zip |
split vhost_catalyst_app in a separate file
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index 40ad2cba..ce55538a 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -4,7 +4,7 @@ class mga-mirrors { package { 'mga-mirrors': } - apache::vhost_catalyst_app { $vhost: + apache::vhost::catalyst_app { $vhost: script => '/usr/bin/mga_mirrors_fastcgi.pl', require => Package['mga-mirrors'], } |