Skip to content

Instantly share code, notes, and snippets.

View greyfairer's full-sized avatar

Geert Pante greyfairer

  • HI10SI
  • Belgium
  • 05:06 (UTC +02:00)
View GitHub Profile
@greyfairer
greyfairer / Vagrantfile
Last active October 11, 2016 22:17 — forked from aweijnitz/Vagrantfile
This is a Vagrant file and a provisioning script to create a Debian-based Jenkins server, including Java, Ant and Tomcat. Also see "provision.sh" below
# -*- 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|
# Every Vagrant virtual environment requires a box to build off of.
# Named boxes, like this one, don't need a URL, since the are looked up