summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 11:15:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 11:15:35 -0300
commitc9812ff48ee0c1491e1ba8f037bc7e1c899a92f9 (patch)
tree6d6e4e0d9f3009d11655220eb428fe6185935e85 /manifests
parent489d43b511bd863c637b9fa655814f6aa03d5685 (diff)
downloadpuppet-mail-c9812ff48ee0c1491e1ba8f037bc7e1c899a92f9.tar.gz
puppet-mail-c9812ff48ee0c1491e1ba8f037bc7e1c899a92f9.tar.bz2
Adding apache configuration for postfixadmin
Diffstat (limited to 'manifests')
-rw-r--r--manifests/postfixadmin.pp6
1 files changed, 6 insertions, 0 deletions
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
#