mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
|
||||
(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")))
|
||||
|
|
Loading…
Reference in a new issue