運行的任何鹽作業時收到以下錯誤: [ERROR ] Salt request timed out. If this error persists, worker_threads may need to be increased. Failed to authenticate, is this user permitted to execute commands? 等待多分鐘後看到的錯誤。重新啓動鹽
我正在編寫一個custom state module,目的是在給定位置創建一個文件(部分)可配置的內容。 基本上我希望縮短以下SLS(簡化這個問題的目的,在現實中更復雜的)... /etc/foo/bar:
file.managed:
- contents: Hello World
...這樣的: bar:
my_module.foo:
- messag