From 501d23847a6412508ffa95787159738a1d3e1389 Mon Sep 17 00:00:00 2001 From: rafael lisboa Date: Thu, 7 May 2015 13:43:58 -0300 Subject: vagrant: roll back base box to wheezy since leap platform doesn't support jessie yet --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 4102c424..00ce6899 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "LEAP/jessie" + config.vm.box = "LEAP/wheezy" config.vm.define "source", primary: true do |source| source.vm.provision "puppet" do |puppet| -- cgit v1.2.3