Skip to content

Commit e406170

Browse files
committed
Merge pull request #95 from govdelivery/vagrant
update Vagrant box
2 parents 2f6b241 + 8522f25 commit e406170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VAGRANTFILE_API_VERSION = "2"
44
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
55

66
# Every Vagrant virtual environment requires a box to build off of.
7-
config.vm.box = "chef/centos-6.6"
7+
config.vm.box = "boxcutter/centos72"
88
config.vm.hostname = "vagrant.oracle"
99
config.vm.network :forwarded_port, guest: 1521, host: 1521
1010

@@ -23,7 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2323
config.vm.provision :shell, inline: "yum update -y"
2424
config.vm.provision :shell, inline: "yum install -y libaio bc flex unzip"
2525
config.vm.provision :shell, inline: "mkdir -p /opt/oracle"
26-
config.vm.provision :shell, inline: "unzip -q -d /opt/oracle /vagrant/oracle-xe-11.2.0-1.0.x86_64.rpm.zip"
26+
config.vm.provision :shell, inline: "unzip -o -q -d /opt/oracle /vagrant/oracle-xe-11.2.0-1.0.x86_64.rpm.zip"
2727
config.vm.provision :shell, inline: "cd /opt/oracle/Disk1 && rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm"
2828
config.vm.provision :shell, inline: %q{sed -i -E "s/<value required>/oracle/" /opt/oracle/Disk1/response/xe.rsp}
2929
config.vm.provision :shell, inline: "/etc/init.d/oracle-xe configure responseFile=/opt/oracle/Disk1/response/xe.rsp >> /opt/oracle/XEsilentinstall.log"

0 commit comments

Comments
 (0)