Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created December 9, 2016 16:47
Show Gist options
  • Save iambryancs/78f34721a87e7221e6e3d7dd6d198bf0 to your computer and use it in GitHub Desktop.
Save iambryancs/78f34721a87e7221e6e3d7dd6d198bf0 to your computer and use it in GitHub Desktop.
Vagrant customization
config.vm.provider "virtualbox" do |vb|
vb.name = "git-jenkins-pof"
vb.memory = "2048"
vb.cpus = 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment