From c4d85c6b87606ffccb016195ee44105dbf801002 Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Mon, 20 Jul 2015 10:36:59 +1000 Subject: [PATCH] fixed script --- roles/slurm-from-source/templates/nhc.sysconfig.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/slurm-from-source/templates/nhc.sysconfig.j2 b/roles/slurm-from-source/templates/nhc.sysconfig.j2 index c27ac0e1..df7125af 100644 --- a/roles/slurm-from-source/templates/nhc.sysconfig.j2 +++ b/roles/slurm-from-source/templates/nhc.sysconfig.j2 @@ -5,8 +5,8 @@ PATH={{ slurm_dir }}/bin:{{ nhc_dir }}/sbin:$PATH LOGFILE=/var/log/nhc.log LOG_LEVEL={{ nhc_log_level }} CONFFILE="{{ nhc_dir }}/etc/nhc/{{ nhc_config_file }}" -NHC_EMAIL_TO= {{ nhc_emails }} -NHC_EMAIL_SUBJECT= {{ nhc_email_subject }} +NHC_EMAIL_TO={{ nhc_emails }} +NHC_EMAIL_SUBJECT={{ nhc_email_subject }} NHC_LOOP_TIME="300" -- GitLab