How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dstoliker/cured-rhel7"
end
vagrant init dstoliker/cured-rhel7
vagrant up
This version was created over 1 year ago.
Update Salt, add vmware build, transtion to HCL2 template
This version was created almost 4 years ago.
reinstall salt
This version was created almost 4 years ago.
update sale, add docs
This version was created over 4 years ago.
Fix home mount point
This version was created over 4 years ago.
Bug fixes
This version was created over 4 years ago.
Initial Release