How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ssplatt/salt-deb-8"
end
vagrant init ssplatt/salt-deb-8
vagrant up
This version was created over 8 years ago.
added the busser gem and busser-serverspec
This version was created over 8 years ago.
salt-common and salt-minion installed from Saltstack repos. Ruby 2.1 and Serverspec installed for testing.