diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-08 00:44:13 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-08 00:44:13 +0000 |
commit | 127ae4b27568a315dd0df95a76cb5c299370816d (patch) | |
tree | 3b3ae1100a36d18fa94a33bddb837b83cdf7edac /modules/catdap | |
parent | e45fa5c83df1b587e560d4d3537a4967b313b245 (diff) | |
download | puppet-127ae4b27568a315dd0df95a76cb5c299370816d.tar puppet-127ae4b27568a315dd0df95a76cb5c299370816d.tar.gz puppet-127ae4b27568a315dd0df95a76cb5c299370816d.tar.bz2 puppet-127ae4b27568a315dd0df95a76cb5c299370816d.tar.xz puppet-127ae4b27568a315dd0df95a76cb5c299370816d.zip |
- forgot to give the script ( I didn't found how to make sure that puppet read my mind )
Diffstat (limited to 'modules/catdap')
-rw-r--r-- | modules/catdap/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/catdap/manifests/init.pp b/modules/catdap/manifests/init.pp index 7d388aa7..78b1d372 100644 --- a/modules/catdap/manifests/init.pp +++ b/modules/catdap/manifests/init.pp @@ -36,6 +36,7 @@ class catdap { } apache::vhost_catalyst_app { $catdap_vhost: + script => "$catdap_location/script/catdap_fastcgi.pl", location => $catdap_location, use_ssl => true, } |