[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: Fix syntax.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: berlin: Fix syntax. |
Date: |
Thu, 28 Jan 2021 08:18:27 -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 ed22210 hydra: berlin: Fix syntax.
ed22210 is described below
commit ed222109f1bd38dd858477afc61617aa2ebc2865
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 28 14:18:09 2021 +0100
hydra: berlin: Fix syntax.
* hydra/berlin.scm: Fix syntax.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
hydra/berlin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index c19f346..48dc565 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -317,8 +317,8 @@ 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 postgresql-10))
+ (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: Fix syntax.,
Mathieu Othacehe <=