From 2e621ad6970ea0e5eaea3a2472d0b4ade6a79647 Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Fri, 17 Jul 2015 12:29:08 +1000 Subject: [PATCH] fixed hard coded email addresses --- roles/slurm-from-source/templates/nhc.sysconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/slurm-from-source/templates/nhc.sysconfig.j2 b/roles/slurm-from-source/templates/nhc.sysconfig.j2 index f58b7ee4..fb3c05ed 100644 --- a/roles/slurm-from-source/templates/nhc.sysconfig.j2 +++ b/roles/slurm-from-source/templates/nhc.sysconfig.j2 @@ -4,7 +4,7 @@ HELPERDIR={{ nhc_dir }}/libexec/nhc PATH={{ slurm_dir }}/bin:{{ nhc_dir }}/sbin:$PATH LOGFILE=/var/log/nhc.log CONFFILE="{{ nhc_dir }}/etc/nhc/{{ nhc_config_file }}" -NHC_EMAIL_TO="jupiter.hu@monash.edu,chris.hines@monash.edu" +NHC_EMAIL_TO= {{ nhc_emails }} NHC_EMAIL_SUBJECT="Node failure" NHC_LOOP_TIME="300" -- GitLab