diff options
Diffstat (limited to 'modules/catdap/manifests')
-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, |