From 16e3abada49b5a97ff94e2afeacebad459f9f214 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 13 May 2013 11:35:55 +0300 Subject: Initial chef provisioning --- Vagrantfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 45336a6..1ef4eb5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,6 +13,7 @@ Vagrant.configure("2") do |config| config.vm.box = "precise32" config.vm.box_url = "http://files.vagrantup.com/precise32.box" - # run the basic GNU Radio bootstrap stuff - config.vm.provision :shell, :inline => $gnu_radio_bootstrap + config.vm.provision :chef_solo do |chef| + chef.add_recipe "gnuradio" + end end -- cgit v1.3.1