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
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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;