Skip to content

Commit

Permalink
misc: Vagrantfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 5, 2024
1 parent ca52229 commit cb0f529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# development/testing.
#
# Use 'vagrant up && vagrant ssh' to spawn the default machine (most recent
# Fedora) and ssh into it or e.g. 'vagrant up blivet-gui-f38 && vagrant ssh blivet-gui-f38'
# to use a Fedora 38 based machine, etc.
# Fedora) and ssh into it or e.g. 'vagrant up blivet-gui-f40 && vagrant ssh blivet-gui-f40'
# to use a Fedora 40 based machine, etc.
#

def os_cpu_cores
Expand Down Expand Up @@ -35,8 +35,8 @@ Vagrant.configure("2") do |config|
ansible.playbook = "install-test-dependencies.yml"
end

config.vm.define "blivet-gui-f38", primary: true, autostart: true do |f38|
f38.vm.box = "fedora/38-cloud-base"
config.vm.define "blivet-gui-f40", primary: true, autostart: true do |f40|
f40.vm.box = "fedora/40-cloud-base"
end

config.vm.define "blivet-gui-f39", primary: false, autostart: false do |f39|
Expand Down

0 comments on commit cb0f529

Please sign in to comment.