Skip to content

Commit

Permalink
revert differences from main
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Sep 28, 2022
1 parent cc24655 commit 2af37bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ resource "local_file" "hosts" {
filename = "../inventory/hosts"
}

resource "local_file" "group_vars" {
content = templatefile("${path.module}/group_vars.tpl",
resource "local_file" "partitions" {
content = templatefile("${path.module}/partitions.tpl",
{
"cluster_name": var.cluster_name,
"compute_types": var.compute_types,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated by cookiecutter terraform to provide a working example environment:

# Define Slurm partitions:
# Generated by terraform
openhpc_slurm_partitions:
%{for type_name, type_descr in compute_types ~}
- name: ${type_name}
Expand Down

0 comments on commit 2af37bc

Please sign in to comment.