aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/templates/mirrorbrain.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
commit661e478ba3956ff38f86e6a5492939eadc75432d (patch)
treef9943a14b4f6b59d42accf1e4a2909f85438e9a0 /modules/mirrorbrain/templates/mirrorbrain.conf
parent2362f0803cbe7514214b5abc1b96c971e349c302 (diff)
downloadpuppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.gz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.bz2
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.xz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.zip
add mirrorbrain module
Diffstat (limited to 'modules/mirrorbrain/templates/mirrorbrain.conf')
-rw-r--r--modules/mirrorbrain/templates/mirrorbrain.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mirrorbrain/templates/mirrorbrain.conf b/modules/mirrorbrain/templates/mirrorbrain.conf
new file mode 100644
index 00000000..6dd3c0ac
--- /dev/null
+++ b/modules/mirrorbrain/templates/mirrorbrain.conf
@@ -0,0 +1,14 @@
+[general]
+instances = main
+
+[main]
+dbuser = mirrorbrain
+dbpass = <%= pgsql_password %>
+dbdriver = postgresql
+dbhost = pgsql.<%= domain %>
+# optional: dbport = ...
+dbname = mirrorbrain
+
+[mirrorprobe]
+# logfile = /var/log/mirrorbrain/mirrorprobe.log
+# loglevel = INFO