How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dstoliker/cured-centos6"
end
vagrant init dstoliker/cured-centos6
vagrant up
This version was created over 3 years ago.
reinstall salt
This version was created over 3 years ago.
Updated salt, now including docs
This version was created almost 4 years ago.
Fix home mount point
This version was created almost 4 years ago.
Bug fixes
This version was created almost 4 years ago.
Initial release