guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: berlin: Add a default postgresql configura


From: Mathieu Othacehe
Subject: branch master updated: hydra: berlin: Add a default postgresql configuration.
Date: Thu, 28 Jan 2021 08:15:22 -0500

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 <othacehe@gnu.org>
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 <othacehe@gnu.org>
---
 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]