[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: Add postgresql-role-service.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: berlin: Add postgresql-role-service. |
Date: |
Thu, 28 Jan 2021 08:16:48 -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 b192961 hydra: berlin: Add postgresql-role-service.
b192961 is described below
commit b1929617199e784b716f40f45ced89ba96161727
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 28 14:16:09 2021 +0100
hydra: berlin: Add postgresql-role-service.
* hydra/berlin.scm: Add a postgresql-role-service.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
hydra/berlin.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 31cf90f..36274d0 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -317,7 +317,9 @@ Happy hacking!\n"))
;; following the instructions here:
;;
https://www.zabbix.com/documentation/3.0/manual/appendix/install/db_scripts
(service postgresql-service-type
- (postgresql-configuration))
+ (postgresql-configuration)
+ (postgresql postgresql-10))
+ (service postgresql-role-service-type)
(service ntp-service-type)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: berlin: Add postgresql-role-service.,
Mathieu Othacehe <=