summaryrefslogtreecommitdiff
path: root/templates/virtual/roundcube/debian-db.php.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-22 17:19:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-22 17:19:14 -0300
commitac00c28ffd8ee294d72a044339ad53b2e3e2773f (patch)
treee48271a430810f89740a7e650aa5f2453c0ffe24 /templates/virtual/roundcube/debian-db.php.erb
parent03eb287f9cc33c1773abde83a2ab0f280ed52377 (diff)
downloadpuppet-mail-ac00c28ffd8ee294d72a044339ad53b2e3e2773f.tar.gz
puppet-mail-ac00c28ffd8ee294d72a044339ad53b2e3e2773f.tar.bz2
Updates roundcube config
Diffstat (limited to 'templates/virtual/roundcube/debian-db.php.erb')
-rw-r--r--templates/virtual/roundcube/debian-db.php.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/virtual/roundcube/debian-db.php.erb b/templates/virtual/roundcube/debian-db.php.erb
index e69de29..96d1348 100644
--- a/templates/virtual/roundcube/debian-db.php.erb
+++ b/templates/virtual/roundcube/debian-db.php.erb
@@ -0,0 +1,19 @@
+<?php
+##
+## database access settings in php format
+## automatically generated from /etc/dbconfig-common/roundcube.conf
+## by /usr/sbin/dbconfig-generate-include
+## Thu, 02 Jun 2016 12:40:20 -0300
+##
+## by default this file is managed via ucf, so you shouldn't have to
+## worry about manual changes being silently discarded. *however*,
+## you'll probably also want to edit the configuration file mentioned
+## above too.
+##
+$dbuser='mail';
+$dbpass='<%= web_db_pass %>';
+$basepath='';
+$dbname='mail';
+$dbserver='';
+$dbport='';
+$dbtype='mysql';