How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "selinuxgame/all_my_modules"
config.vm.box_version = "0.0.1-0.2.beta"
end
vagrant init selinuxgame/all_my_modules \
--box-version 0.0.1-0.2.beta
vagrant up
This version was created over 6 years ago.
There isn't a description.