My top.sls looks like this:
base:
'*':
- python
- memcache
- nbviewer
- supervisor
- firewall
I'm on SaltStack 0.17 and the python state doesn't get executed first. This results in later states failing.
Within the states themselves, they go in order but the top file doesn't.
What way should these states be organized?