Add CentOS (#12)

* Add CentOS 7

* Fix rawhide boot

* Test locale versions
This commit is contained in:
Greg Hellings
2022-06-22 10:00:04 -05:00
committed by GitHub
parent 291ebbf82c
commit 0a3832d2c4
34 changed files with 255 additions and 24 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ locals {
username = "vagrant"
password = "vagrant"
handshake_attempts = 1000
timeout = "5h50m"
timeout = "5h45m"
}
}