Skip to content

Commit

Permalink
Upgrade fedora version in vagrant file
Browse files Browse the repository at this point in the history
The Fedora version 36 should be upgraded to a
recent version (e.g.: 38) to prevent possible
errors.

Signed-off-by: Carla Martinez <carlmart@redhat.com>
  • Loading branch information
carma12 committed Jul 20, 2023
1 parent 67e1355 commit a19e249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
config.vm.hostname = "server.ipa.demo"
config.vm.box = "fedora/36-cloud-base"
config.vm.box = "fedora/38-cloud-base"

config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.synced_folder ".", "/usr/src/freeipa-webui"
Expand Down

0 comments on commit a19e249

Please sign in to comment.