New to SaltStack, Do not understand this error? <name>.sls is not available?
I have salt master installed, and minions on several linux based systems. Everything is talking, keys are accepted for all minions. I can run commands directly. But when I created my first sls file, and try to run it on any minion or even the master (which has minion installed), I get a error that makes no sense to me.
Path for Salt:
/srv/salt
Path and content of Salt sls file:
# cat /sev/salt/nano-install.sls
nano:
pkg.installed
Command run:
Executing job with jid 20221018210832592186
-------------------------------------------
infrastructure.dd.org:
'nano-install.sls' is not available.
Clearly I have something wrong somewhere but the error message is not, at least, to me, all that helpful. I have read several examples that are identical to this and seem to work. I have not defined any file-roots or base path, the examples don't require or illustrate it. They all rely on /srv/salt as the default base path. So what the heck is missing?