Skip to content

Commit

Permalink
Vagrant: test_vagrant_root[box_url] fails due to missing box (#274) (
Browse files Browse the repository at this point in the history
…#275)

* #274

* Updated box URL/checksum
  • Loading branch information
dinadins authored Oct 4, 2024
1 parent 40a62f8 commit 8b2e896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ driver:
platforms:
- name: instance
box: centos/stream9
box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230704.1.x86_64.vagrant-libvirt.box"
box_download_checksum: "8a9fe7e8083421047e5404131daa007b4c1bcc466f3d9b29d0e7c7e432891a0e"
box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20240930.0.x86_64.vagrant-libvirt.box"
box_download_checksum: "0dd55e0d6d1686181e3ad2636f942d5295be4c3d01e0e1c824fc02ec58728375"
box_download_checksum_type: "sha256"
provisioner:
name: ansible

0 comments on commit 8b2e896

Please sign in to comment.