Skip to content

Commit

Permalink
Update helpernode.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
torwen1 committed Jul 23, 2021
1 parent a4bc51c commit 6783c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/3_helpernode/helpernode.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "null_resource" "prep_helpernode_tools_git" {

provisioner "remote-exec" {
inline = [
"mkdir -p .openshift",
"rm -rf ocp4-helpernode",
"echo 'Cloning into ocp4-helpernode...'",
"git clone ${var.helpernode_repo} --quiet",
Expand All @@ -120,6 +121,7 @@ resource "null_resource" "prep_helpernode_tools_curl" {

provisioner "remote-exec" {
inline = [
"mkdir -p .openshift",
"rm -rf ocp4-helpernode",
"echo 'Downloading ocp4-helpernode...'",
"curl -o ocp4-helpernode.zip ${var.helpernode_repo}",
Expand Down

0 comments on commit 6783c8b

Please sign in to comment.