Skip to content

Instantly share code, notes, and snippets.

View vdanen's full-sized avatar

Vincent Danen vdanen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am vdanen on github.
  • I am vdanen (https://keybase.io/vdanen) on keybase.
  • I have a public key ASDpiAsSRlhesXPkIGGq7I1BYj9d0zCDAYDelF-I2l7Rzwo

To claim this, I am signing this object:

@vdanen
vdanen / Vagrantfile
Created November 23, 2016 05:42
Vagrantfile for otter
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "puppetlabs/centos-7.0-64-nocm"
@vdanen
vdanen / debug-output.txt
Created November 22, 2016 22:05
vagrant debug output
INFO global: Vagrant version: 1.8.7
INFO global: Ruby version: 2.2.5
INFO global: RubyGems version: 2.4.5.1
INFO global: VAGRANT_OLD_ENV_PATH="/sw/bin:/sw/sbin:/Users/vdanen/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/sw/bin:/sw/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/Users/vdanen/srt/sfm/secalert/bin"
INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant"
INFO global: VAGRANT_OLD_ENV_TZ="America/Edmonton"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.9hX81Ufgk3/Listeners"
INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/vdanen"
INFO global: VAGRANT_OLD_ENV__ZSH_TMUX_FIXED_CONFIG="/Users/vdanen/.oh-my-zsh/plugins/tmux/tmux.only.conf"