summaryrefslogtreecommitdiff
path: root/manifests/virtual/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual/web.pp')
-rw-r--r--manifests/virtual/web.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/virtual/web.pp b/manifests/virtual/web.pp
index 3491839..08e3999 100644
--- a/manifests/virtual/web.pp
+++ b/manifests/virtual/web.pp
@@ -37,6 +37,10 @@ class mail::virtual::web(
mpm => false,
}
+ database::instance { "mail":
+ password => hiera('mail::virtual::web::database::password', ''),
+ }
+
file { "${apache::sites_folder}/postfixadmin/site/config.inc.php":
ensure => present,
owner => www-data,