From 59996c0157fcdfebf1982205d8bb927fc68f621a Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Thu, 14 Oct 2021 10:55:43 +1100
Subject: [PATCH] forgot to generate a nhc.conf

---
 CICD/make_files.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CICD/make_files.py b/CICD/make_files.py
index d49fa78b..ba68fa85 100644
--- a/CICD/make_files.py
+++ b/CICD/make_files.py
@@ -183,6 +183,7 @@ def derive_ansible_constants(choices, inventory):
     make_vars_filesystems(choices, inventory)
     make_nfs_exports(inventory)
     make_known_hosts(inventory)
+    make_nhc_config(inventory)
     make_gres_conf(inventory)
     make_vars_vars(choices, inventory)
     make_ssh_cfg(choices, inventory)
-- 
GitLab