[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: Use postgresql-service-type.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: berlin: Use postgresql-service-type. |
Date: |
Thu, 28 Jan 2021 08:13:46 -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 2aa86ad hydra: berlin: Use postgresql-service-type.
2aa86ad is described below
commit 2aa86ad86e6fc4452da1b55390a646df833ac29f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 28 14:12:46 2021 +0100
hydra: berlin: Use postgresql-service-type.
* hydra/berlin.scm: Use "postgresql-service-type" instead of
"postgresql-service" to prevent a warning message.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
hydra/berlin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index c1e4894..e0044c1 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -316,7 +316,7 @@ 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
- (postgresql-service)
+ (service postgresql-service-type)
(service ntp-service-type)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: berlin: Use postgresql-service-type.,
Mathieu Othacehe <=