diff options
Diffstat (limited to 'manifests/postfixadmin.pp')
-rw-r--r-- | manifests/postfixadmin.pp | 6 |
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 # |