confluence module: needs bash for health checks

This commit is contained in:
Robin Gloster
2017-04-24 15:43:49 +02:00
parent fddeacfe4c
commit edb1ea055e

View File

@@ -103,7 +103,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];
environment = {
CONF_USER = cfg.user;