Skip to content

Commit 9e2fa05

Browse files
committed
enable NHC during rebuild for stackhpc
1 parent 983fca1 commit 9e2fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module "cluster" {
7878
standard = { # NB: can't call this default!
7979
nodes = ["compute-0", "compute-1"]
8080
flavor = var.other_node_flavor
81-
compute_init_enable = ["compute", "chrony", "etc_hosts", "nfs", "basic_users", "eessi", "tuned", "cacerts"]
81+
compute_init_enable = ["compute", "chrony", "etc_hosts", "nfs", "basic_users", "eessi", "tuned", "cacerts", "nhc"]
8282
ignore_image_changes = true
8383
}
8484
# Normally-empty partition for testing:

0 commit comments

Comments
 (0)