Skip to content

Instantly share code, notes, and snippets.

View matheus-souza's full-sized avatar
🚀
In search of knowledge

Matheus Henrique de Souza matheus-souza

🚀
In search of knowledge
View GitHub Profile
@matheus-souza
matheus-souza / Vagrantfile
Created September 18, 2018 18:58 — forked from psyao/Vagrantfile
Vagrant config file and provisioning script
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Box to build off of.
config.vm.box = "precise32"