How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "elkinaguas/Proxy"
config.vm.box_version = "2.0"
end
vagrant init elkinaguas/Proxy \
--box-version 2.0
vagrant up
This version was created 8 months ago.
Box that contains the basic configuration to run a salt-proxy. This box works in unison with the Master box to connect to a Junos router.