summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Vagrantfile6
1 files changed, 1 insertions, 5 deletions
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|