Fix systemd launch of timesheetsdb
- Add default environment file with postgres config
- Add full path to npm (makes ubuntu happy)
- Call handlers appropriately when systemd unit files are modified
- Add very basic test
Change-Id: I5b1dfab78e449492be193bccfe470813f3028195
diff --git a/defaults/main.yml b/defaults/main.yml
index 324e1bd..d643fe3 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -21,5 +21,6 @@
# postgres db settings
timesheets_pg_db: "timesheets"
+timesheets_pg_db_port: 5432
timesheets_pg_db_username: "timesheets_db_user"
timesheets_pg_db_password: "timesheets_db_pass"