guix-commits
[Top][All Lists]
Advanced

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

01/05: tests: monitoring: Use (service postgresql-service-type).


From: guix-commits
Subject: 01/05: tests: monitoring: Use (service postgresql-service-type).
Date: Tue, 20 Oct 2020 18:40:01 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit dd2e6e31edff2d83c8820bb10e588c06495dc122
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Oct 2 18:51:28 2020 +0100

    tests: monitoring: Use (service postgresql-service-type).
    
    As I'm looking at removing the procedure, in favour of always using the
    service type.
    
    * gnu/tests/monitoring.scm (%zabbix-os): Use (service 
postgresql-service-type)
    rather than (postgresql-service).
---
 gnu/tests/monitoring.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/monitoring.scm b/gnu/tests/monitoring.scm
index d20b8ac..17b9edc 100644
--- a/gnu/tests/monitoring.scm
+++ b/gnu/tests/monitoring.scm
@@ -307,7 +307,7 @@ zabbix||{}
   (let ((base-os
          (simple-operating-system
           (service dhcp-client-service-type)
-          (postgresql-service)
+          (service postgresql-service-type)
           (service zabbix-front-end-service-type
                    (zabbix-front-end-configuration
                     (db-password "zabbix")))



reply via email to

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