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).
This commit is contained in:
parent
f14f108853
commit
dd2e6e31ed
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ (define %zabbix-os
|
||||||
(let ((base-os
|
(let ((base-os
|
||||||
(simple-operating-system
|
(simple-operating-system
|
||||||
(service dhcp-client-service-type)
|
(service dhcp-client-service-type)
|
||||||
(postgresql-service)
|
(service postgresql-service-type)
|
||||||
(service zabbix-front-end-service-type
|
(service zabbix-front-end-service-type
|
||||||
(zabbix-front-end-configuration
|
(zabbix-front-end-configuration
|
||||||
(db-password "zabbix")))
|
(db-password "zabbix")))
|
||||||
|
|
Loading…
Reference in a new issue