summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-04-28 14:15:46 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-04-28 14:15:46 -0300
commit758e36b78cd896cd7e2b0a16905f7f23d784441c (patch)
treefec4c90c885f6b5bb35b62898721cffdbb8c5098 /Vagrantfile
parent74a2462f89d21a3182c78511ce665c5ec337f200 (diff)
Removed hackday vagrant while cleaning up the vagrantfile
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c3f3b08a..ecced488 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -63,15 +63,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
- config.vm.define "hackday", autostart: false do |hackday|
- config.vm.box = "hackday-pixelated-user-agent"
- hackday.vm.provision "puppet" do |puppet|
- puppet.manifests_path = "provisioning/manifests"
- puppet.module_path = "provisioning/modules"
- puppet.manifest_file = "hackday.pp"
- end
- end
-
if /mswin|mingw/ =~ RUBY_PLATFORM
config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: ".git/"
end