Skip to content

Commit 45f6fb8

Browse files
[ubuntu] Adjust provisioner pause after reboot (#12906)
1 parent 4b6aeea commit 45f6fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/ubuntu/templates/build.ubuntu-22_04.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ build {
200200

201201
provisioner "shell" {
202202
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
203-
pause_before = "1m0s"
203+
pause_before = "5m0s"
204204
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
205205
start_retry_timeout = "10m"
206206
}

images/ubuntu/templates/build.ubuntu-24_04.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ provisioner "shell" {
189189

190190
provisioner "shell" {
191191
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
192-
pause_before = "1m0s"
192+
pause_before = "5m0s"
193193
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
194194
start_retry_timeout = "10m"
195195
}

0 commit comments

Comments
 (0)