2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin: Add postgresql-role-service.

* hydra/berlin.scm: Add a postgresql-role-service.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Mathieu Othacehe 2021-01-28 14:16:09 +01:00
parent 46e9c54204
commit b192961719
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -317,7 +317,9 @@ Happy hacking!\n"))
;; following the instructions here:
;; https://www.zabbix.com/documentation/3.0/manual/appendix/install/db_scripts
(service postgresql-service-type
(postgresql-configuration))
(postgresql-configuration)
(postgresql postgresql-10))
(service postgresql-role-service-type)
(service ntp-service-type)