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
parent
f14f108853
commit
dd2e6e31ed
|
@ -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")))
|
||||
|
|
Reference in New Issue