Skip to content

Instantly share code, notes, and snippets.

@daften
daften / jenkins-css-digipolisgent.css
Last active May 3, 2016 14:15
Jenkins CSS Digipolis Gent
pre.console-output {
background-color: #000000;
color: #DDD;
padding: 10px;
}
pre.console-output a {
color: #3535fa;
}
@daften
daften / Vagrantfile
Created January 29, 2015 15:10
Vagrantfile for error on pear not installed
# -*- 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.require_version '>= 1.5.0'
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration