Skip to content

Commit

Permalink
Remove box_checksum
Browse files Browse the repository at this point in the history
It doesn't work as expected
  • Loading branch information
amezin committed Feb 26, 2024
1 parent b683e88 commit 9564189
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion alpine-3.18.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/alpine318"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion alpine-3.19.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/alpine319"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion centos9s.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/centos9s"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion debian-12.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/debian12"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion fedora-39.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/fedora39"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion opensuse-leap-15.5.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/opensuseleap155"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion opensuse-tumbleweed.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/opensusetumbleweed"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion silverblue-39.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/silverblue39"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down
1 change: 0 additions & 1 deletion ubuntu-23.10.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ build {

post-processor "vagrant-cloud" {
box_tag = "mezinalexander/ubuntu2310"
box_checksum = "sha1:{$checksum}"
version = var.version
}
}
Expand Down

0 comments on commit 9564189

Please sign in to comment.