Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 17, 2024
1 parent 5c5eb36 commit 7ae343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facts/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
end
config.vm.define 'oraclelinux-8-x86_64', autostart: false do |host|
config.vm.define 'oraclelinux-9-x86_64', autostart: false do |host|
host.vm.box = 'oraclelinux/9'
host.vm.box_url = 'https://oracle.github.io/vagrant-projects/boxes/oraclelinux/9.json'
host.vm.synced_folder '.', '/vagrant'
Expand Down

0 comments on commit 7ae343c

Please sign in to comment.