Vagrantfile #2

  • //
  • guest/
  • jen_bottom/
  • vagrant/
  • centos6.6/
  • Vagrantfile
  • View
  • Commits
  • Open Download .zip Download (110 B)
Vagrant.configure("2") do |config|
  config.vm.box = "ibejohn/centos6.6"
  config.vm.box_version = "1.0"
end

# Change User Description Committed
#2 25621 Jen Bottom Integrating sone fixes from dev to main
#1 22904 Jen Bottom Adding a Vagrant file for a basic Centos6.6 machine