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/catdap | |
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/catdap')
-rw-r--r-- | modules/catdap/manifests/snapshot.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/manifests/snapshot.pp b/modules/catdap/manifests/snapshot.pp index 10695f03..95adefe2 100644 --- a/modules/catdap/manifests/snapshot.pp +++ b/modules/catdap/manifests/snapshot.pp @@ -10,7 +10,7 @@ define catdap::snapshot($location, $svn_location) { source => $svn_location } - apache::vhost_catalyst_app { $name: + apache::vhost::catalyst_app { $name: script => "$location/script/catdap_fastcgi.pl", location => $location, use_ssl => true, |