summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-20 17:55:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-20 17:55:20 -0300
commit749b5fcb62aa0db077e3904481bbfac79c85ee2c (patch)
tree44cba69189065dd41de2f06d017c051dfebfed59 /Vagrantfile
parent30ccbeabef0d671d5b4264fbff392153dd56b7a4 (diff)
downloaddebian-749b5fcb62aa0db077e3904481bbfac79c85ee2c.tar.gz
debian-749b5fcb62aa0db077e3904481bbfac79c85ee2c.tar.bz2
TODO cleanup
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index b40b97a..ca00c82 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -6,7 +6,7 @@ Vagrant::Config.run do |config|
config.vm.box = "wheezy"
# Shell provisioner to setup basic environment.
- config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision"
+ config.vm.provision :shell, :inline => "/vagrant/bin/debian-dev-setup"
# Enable provisioning with Puppet stand alone.
config.vm.provision :puppet do |puppet|