What if I just want to run a single SLS file (salt state) once?
Save your state to /srv/salt/foo.sls and apply it
$ sudo salt-call --local state.apply foo
This masterless setup is just for quick testing. In production, you would use salt master-slave architecture.