We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983fca1 commit 9e2fa05Copy full SHA for 9e2fa05
environments/.stackhpc/tofu/main.tf
@@ -78,7 +78,7 @@ module "cluster" {
78
standard = { # NB: can't call this default!
79
nodes = ["compute-0", "compute-1"]
80
flavor = var.other_node_flavor
81
- compute_init_enable = ["compute", "chrony", "etc_hosts", "nfs", "basic_users", "eessi", "tuned", "cacerts"]
+ compute_init_enable = ["compute", "chrony", "etc_hosts", "nfs", "basic_users", "eessi", "tuned", "cacerts", "nhc"]
82
ignore_image_changes = true
83
}
84
# Normally-empty partition for testing:
0 commit comments