This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 46e9c54 hydra: berlin: Add a default postgresql configuration.
46e9c54 is described below
commit 46e9c54204364989dea5dc5eaff9d5fa9044f51c
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Jan 28 14:14:54 2021 +0100
hydra: berlin: Add a default postgresql configuration.
* hydra/berlin.scm: Add a default postgresql-configuration.
Signed-off-by: Mathieu Othacehe <[email protected]>
---
hydra/berlin.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index e0044c1..31cf90f 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -316,7 +316,8 @@ Happy hacking!\n"))
;; For the Zabbix database. It was created by manually
;; following the instructions here:
;;
https://www.zabbix.com/documentation/3.0/manual/appendix/install/db_scripts
- (service postgresql-service-type)
+ (service postgresql-service-type
+ (postgresql-configuration))
(service ntp-service-type)