This is a much simpler kitchen-salt provisioner, inspired by the packer implementation.
Put these words in your Gemfile and run bundle install.
gem 'kitchen-salt', git: 'https://github.com/arecker/kitchen-salt.git'
These are the only options supported right now.
provisioner:
name: salt
# Path to local state tree (including top.sls)
local_state_tree: ./salt
# Path to local pillar tree (including top.sls)
local_pillar_roots: ./pillar
# Path to minion config (you can put grains here too)
minion_config: path/to/minion/config
# Output of salt-call state.highstate
state_output: mixed
# state to run, otherwise defaults to state.highstate
custom_state: state.highstate