diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-05 13:00:54 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-05 13:00:54 +0000 |
commit | 4aea541fbbbe91d26fb20059cd9d57f0d73c31ae (patch) | |
tree | da95f1e5e61e8b74d7aa9b7a2640fc569f898b8d /modules | |
parent | bba52c4fdaadd488581cdc10cb37f50f716e329c (diff) | |
download | puppet-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')
-rw-r--r-- | modules/mga-treasurer/manifests/init.pp | 1 |
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, |