summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-12-17 15:47:20 -0200
committerGiovane <giovaneliberato@gmail.com>2015-12-17 15:47:20 -0200
commitb7ce40f3c7f3b5c720cc4ecfb13555519ac6a108 (patch)
treedf9f80e26c60b25a683e3b218fa5f12acbd8f576 /Vagrantfile
parent3ae5f06560880457574b029f962d5afad0e146b7 (diff)
Remove junk from old modifications.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Vagrantfile b/Vagrantfile
index f30ea972..bcce292e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -24,18 +24,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
- config.vm.provision "shell", :inline => <<-SHELL
- apt-get update
- apt-get install -y puppet
- SHELL
-
- for plugin in ['vagrant-vbguest']
- unless Vagrant.has_plugin?(plugin)
- puts "Missing plugin #{plugin}, installing..."
- `vagrant plugin install #{plugin}`
- end
- end
-
config.vm.define "deb", autostart: false do |deb|
deb.vm.provision "puppet" do |puppet|
puppet.manifests_path = "provisioning/manifests"