me
/
guix
Archived
1
0
Fork 0

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).
master
Christopher Baines 2020-10-02 18:51:28 +01:00
parent f14f108853
commit dd2e6e31ed
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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")))