Skip to content

Commit

Permalink
Fix test_cluster example.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
bsngardner committed Jul 20, 2023
1 parent 9b0e65a commit 9847ce6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ nodeset_dyn = []

partitions = [
{
partition_name = "debug"
partition_conf = {}
partition_nodes = ["n1s1", "c2s4"]
partition_name = "debug"
partition_conf = {}
partition_nodeset = ["n1s1", "c2s4"]
# Options
default = true
enable_job_exclusive = false
Expand Down

0 comments on commit 9847ce6

Please sign in to comment.