How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "nrel/CentOS-6.5-x86_64"
  config.vm.box_version = "1.1.0"
end
vagrant init nrel/CentOS-6.5-x86_64 \
  --box-version 1.1.0
vagrant up

This version was created over 10 years ago.

  • Fix slow DNS resolution when VirutalBox's DNS proxy is used (the default). Fixes #5.
  • Software Versions
    • CentOS 6.5
    • VirtualBox Guest Additions 4.3.8
    • Chef 11.10.4
    • Puppet 3.4.3
1 provider for this version.
  • virtualbox
    unknown Externally hosted (developer.nrel.gov)