From 6f2b1c1d57d969ea18ada7ebb17fa442c23f88df Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 28 Dec 2015 14:34:29 -0200 Subject: Changed vagrant box to new LEAP jessie box --- Vagrantfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index bcce292e..30e8c89b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,11 +10,7 @@ unless Vagrant.has_plugin?('vagrant-vbguest') end Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "debian/jessie64" - config.vm.box_version = "= 8.2.1" - - config.vm.provision "shell", inline: "sudo /etc/init.d/vboxadd setup" - config.vm.provision "shell", inline: "apt-get install -y puppet" + config.vm.box = "LEAP/jessie" config.vm.define "source", primary: true do |source| source.vm.provision "puppet" do |puppet| -- cgit v1.2.3