From: Silvio Rhatto Date: Sun, 8 Aug 2010 14:15:35 +0000 (-0300) Subject: Adding apache configuration for postfixadmin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c9812ff48ee0c1491e1ba8f037bc7e1c899a92f9;p=puppet-mail.git Adding apache configuration for postfixadmin --- diff --git a/manifests/postfixadmin.pp b/manifests/postfixadmin.pp index e1ab73b..dd2002d 100644 --- a/manifests/postfixadmin.pp +++ b/manifests/postfixadmin.pp @@ -6,6 +6,12 @@ class mail::postfixadmin { password => "$postfixadmin_password", } + # Web configuration + apache::site { "postfixadmin": + docroot => "${apache_sites_folder}/postfixadmin/site", + use => [ "Site postfixadmin" ], + } + # # Postfix configuration #