8 lines
402 B
Markdown
8 lines
402 B
Markdown
# Vagrant based salt test environment
|
|
|
|
This is a simple multi machine vagrant test environment.
|
|
It spins up one salt-master and two salt-minion machines, and creates a rough working salt skeleton environment on them for testing purposes.
|
|
Simply run `vagrant up` to spin everything up.
|
|
|
|
In case you want to adjust the configuration, use `vagrant rsync` to refresh the files within the virtual machines.
|