Skip to content

Commit

Permalink
🔥 Fixes hashicorp#92 Remove misleading cluster join information
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday committed Mar 22, 2021
1 parent bf3ee5f commit 60a35c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion examples/nomad-consul-separate-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ module "nomad_clients" {
cluster_name = "${var.nomad_cluster_name}-client"
instance_type = "t2.micro"

# Give the clients a different tag so they don't try to join the server cluster
cluster_tag_key = "nomad-clients"
cluster_tag_value = var.nomad_cluster_name

Expand Down
10 changes: 0 additions & 10 deletions modules/run-nomad/run-nomad
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,6 @@ function run {
user="$2"
shift
;;
--cluster-tag-key)
assert_not_empty "$key" "$2"
cluster_tag_key="$2"
shift
;;
--cluster-tag-value)
assert_not_empty "$key" "$2"
cluster_tag_value="$2"
shift
;;
--skip-nomad-config)
skip_nomad_config="true"
;;
Expand Down

0 comments on commit 60a35c4

Please sign in to comment.