From d6bd706eaeaca53b9e8ca6389a51d6f41e87198c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 2 Mar 2011 19:54:46 +0000 Subject: use vhost_base instead of vhost_other_app --- modules/sympa/manifests/init.pp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index c8792037..4ea4f37d 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -56,15 +56,11 @@ class sympa { apache::vhost_redirect_ssl { "$vhost": } - apache::vhost_other_app { "$vhost": - vhost_file => "sympa/vhost_ml.conf", + apache::vhost_base { "$vhost": + use_ssl => true, + content => template("sympa/vhost_ml.conf"), } - openssl::self_signed_cert{ "$vhost": - directory => "/etc/ssl/apache/" - } - - @@postgresql::database { 'sympa': description => "Sympa database", user => "sympa", -- cgit v1.2.1