Skip to content

Commit 0a375a8

Browse files
authored
Merge pull request #418 from oracle/rcitton
Fixes #417
2 parents d49212c + 9ed5473 commit 0a375a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleRAC/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ end
388388
# VMs definition
389389
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
390390
config.vm.box = var_box
391-
#config.vm.box_url = var_url
391+
config.vm.box_url = var_url
392392

393393
#if var_provider_name == 'virtualbox'
394394
# config.vm.box_version = ">= 7.8.142"

0 commit comments

Comments
 (0)