Skip to content

Commit

Permalink
update data path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 11, 2024
1 parent 58ea5d6 commit cff6d29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cableos/cableos-installer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,15 @@ build {
sources = ["${path.root}/buildfiles/startup.sh"]
}

provisioner "shell" {
inline = [
"mkdir /data"
]
}

provisioner "file" {
destination = "/opt/"
sources = ["${path.root}/buildfiles/${var.apollo_iso}"]
destination = "/data/"
sources = ["buildfiles/${var.apollo_iso}"]
}

provisioner "shell-local" {
Expand Down

0 comments on commit cff6d29

Please sign in to comment.