我试图在特定的机器上执行一个特定的sls文件
salt "remote-host" state.apply state.sls但我所犯的错误,我不明白为什么我会犯这个错误。
Data failed to compile:No matching sls found for 'state.sls' in env 'web'任何帮助都将不胜感激。
发布于 2021-12-07 16:23:32
从命令中删除.sls:
salt "remote-host" state.apply statehttps://serverfault.com/questions/1056694
复制相似问题