Created
December 9, 2016 16:47
-
-
Save iambryancs/78f34721a87e7221e6e3d7dd6d198bf0 to your computer and use it in GitHub Desktop.
Vagrant customization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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