我正在尝试使用以下方法在特定机器上执行特定 sls 文件
salt "remote-host" state.apply state.sls
但我收到了错误,我不明白为什么会收到这个错误。
Data failed to compile:
No matching sls found for 'state.sls' in env 'web'
任何帮助将非常感激。
答案1
.sls
从命令中删除:
salt "remote-host" state.apply state
我正在尝试使用以下方法在特定机器上执行特定 sls 文件
salt "remote-host" state.apply state.sls
但我收到了错误,我不明白为什么会收到这个错误。
Data failed to compile:
No matching sls found for 'state.sls' in env 'web'
任何帮助将非常感激。
.sls
从命令中删除:
salt "remote-host" state.apply state