example_box/Vagrantfile in vagrant-ovirt3-1.8.2 vs example_box/Vagrantfile in vagrant-ovirt3-1.9.0

- old
+ new

@@ -12,14 +12,8 @@ ovirt.password = "^4zK>xxTX:HG2s<" ovirt.datacenter = "local_dc" ovirt.template = "vagrant-centos65" ovirt.cpus = 1 ovirt.memory = 512 - ovirt.memory_guaranteed = 1024 ovirt.ca_no_verify = true - end - config.vm.provision 'shell' do |shell| - shell.inline = - 'sudo yum install -y https://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm >/dev/null 2>&1;' + - 'sudo yum install -y hiera-1.3.2 puppet-3.5.1;' end end