aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-treasurer
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-05 13:00:54 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-05 13:00:54 +0000
commit4aea541fbbbe91d26fb20059cd9d57f0d73c31ae (patch)
treeda95f1e5e61e8b74d7aa9b7a2640fc569f898b8d /modules/mga-treasurer
parentbba52c4fdaadd488581cdc10cb37f50f716e329c (diff)
downloadpuppet-4aea541fbbbe91d26fb20059cd9d57f0d73c31ae.tar
puppet-4aea541fbbbe91d26fb20059cd9d57f0d73c31ae.tar.gz
puppet-4aea541fbbbe91d26fb20059cd9d57f0d73c31ae.tar.bz2
puppet-4aea541fbbbe91d26fb20059cd9d57f0d73c31ae.tar.xz
puppet-4aea541fbbbe91d26fb20059cd9d57f0d73c31ae.zip
Fix treasurer SSL vhost
Diffstat (limited to 'modules/mga-treasurer')
-rw-r--r--modules/mga-treasurer/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mga-treasurer/manifests/init.pp b/modules/mga-treasurer/manifests/init.pp
index 1759aed0..a43069a7 100644
--- a/modules/mga-treasurer/manifests/init.pp
+++ b/modules/mga-treasurer/manifests/init.pp
@@ -55,6 +55,7 @@ class mga-treasurer(
apache::vhost::base { "ssl_$vhost":
use_ssl => true,
+ vhost => $vhost,
location => $vhostdir,
aliases => {
"/${grisbi_filename}" => $grisbi_path,