The first thing we need to do is ensure that SaltStack itself is configured for masterless mode. We need to ensure that the minion isn’t running as a daemon:
saltmasterless.sls
# Turn off the salt minion daemon as we're running masterless
salt-minion:
service.dead:
- enable: False