]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Adding apache configuration for postfixadmin
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 14:15:35 +0000 (11:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 14:15:35 +0000 (11:15 -0300)
manifests/postfixadmin.pp

index e1ab73b594222f0fe4a53a673d734167d49aa1f7..dd2002d904359b798d3cb95ef8f91ce12a65f358 100644 (file)
@@ -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
   #