To reproduce the problem mentioned in the description of Issue #6382 and it's comments do the following:
- Vagrantfile
- minion config (placed in a directory
salt/
) - top.sls (placed in a directory
salt/states/
) - something.sls (placed in directory
salt/states/
; used to prove that a even the most trivial of states won't run)
- You should have a directory called
salt
which contains astates
subdirectory and theminion
config file provided below. The Synced Folder setting in the Vagrantfile requires it. - You should have
top.sls
andsomething.sls
in thesalt/states/
subdirectory as stated in the section above.