How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdputsch/centos7-cis"
end
vagrant init jdputsch/centos7-cis
vagrant up
This version was created about 4 years ago.
Remove timeout on password for "vagrant" user.
This version was created over 4 years ago.
Remove pre-installed SaltStack RPMs
This version was created over 4 years ago.
Updated included Vagrant file, renamed internal Parallels PVM directory.
This version was created over 4 years ago.
Initial version