├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── Vagrantfile └── provision.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/Vagrantfile -------------------------------------------------------------------------------- /provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kong/kong-vagrant/HEAD/provision.sh --------------------------------------------------------------------------------