Skip to content

Instantly share code, notes, and snippets.

@bt5e
Created March 31, 2018 03:17
Show Gist options
  • Save bt5e/18356f40b95becd4f03de1fb8104157b to your computer and use it in GitHub Desktop.
Save bt5e/18356f40b95becd4f03de1fb8104157b to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.4"
config.vm.provider "virtualbox" do |vb|
vb.memory = "1024"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment