How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "robinhood/trusty-64-salt-2015_8_7"
end
vagrant init robinhood/trusty-64-salt-2015_8_7
vagrant up
This version was created over 7 years ago.
Installed salt with -M (enable master) option. Updated/patched to latest on trusty-lts.
This version was created over 7 years ago.
Installed salt with master enabled. Also patched/updated to the latest.
This version was created over 7 years ago.
Initial upload