diff options
author | Christopher Baines <mail@cbaines.net> | 2020-10-02 18:51:28 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-20 22:39:42 +0100 |
commit | dd2e6e31edff2d83c8820bb10e588c06495dc122 (patch) | |
tree | bc0f6991ed63ecd7a439ed8a7731b55d68f19865 | |
parent | f14f108853a948fe21fe9bebfd295084b97a53e1 (diff) |
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).
-rw-r--r-- | gnu/tests/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/monitoring.scm b/gnu/tests/monitoring.scm index d20b8ac59e..17b9edc3ac 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"))) |