services: cuirass: Instantiate postgresql service.

* gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql
service when missing.
This commit is contained in:
Mathieu Othacehe 2021-02-22 15:39:37 +01:00
parent b309a28678
commit 3bcfd41620
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -324,6 +324,8 @@
(service-extension activation-service-type cuirass-activation)
(service-extension shepherd-root-service-type cuirass-shepherd-service)
(service-extension account-service-type cuirass-account)
;; Make sure postgresql and postgresql-role are instantiated.
(service-extension postgresql-service-type (const #t))
(service-extension postgresql-role-service-type
cuirass-postgresql-role)))
(description