尝试使用自定义资源下载文件(没有超时之类的吸引力(,但 inet 太慢了,厨师给了我一个错误:
Mixlib::ShellOut::CommandTimeout
--------------------------------
Command timed out after 900s:
Command exceeded allowed execution time, process terminated
谁知道如何增加超时?
所有 chef 资源都有一个共同的timeout
属性,该属性应该允许您为remote_file
资源增加它。
请参阅通用功能。