gpt4 book ai didi

chef-infra - 从 Windows 共享中复制文件(通过 remote_file?)

转载 作者:行者123 更新时间:2023-12-04 23:50:23 26 4
gpt4 key购买 nike

前几天我不得不将一些文件从 Windows 共享复制到 Windows 主机。令我恐惧的是,我意识到没有内置选项:

  • remote_file 不接受 Windows 网络共享作为源
  • windows_package(来自 windows 说明书)仅用于运行安装程序(.msi/.exe 等)
    ……?

  • 编写执行文件复制的自定义帮助程序库的唯一解决方案是?这听起来像是应该存在于 remote_file 中的核心功能。我在这里遗漏了什么,还是 Chef 确实没有内置选项可以从 Windows 共享中复制一个简单的文件?

    最佳答案

    使用 remote_file 从 Windows 网络共享中获取文件,你只需要使用正确的 URL 语法(这确实有点不明显):

    remote_file "foo" do
    source "file:////server/path/to/file"
    path "/path/to/local/file"
    end

    这样,即使从 CIFS 共享复制内容时也能正常工作。

    关于chef-infra - 从 Windows 共享中复制文件(通过 remote_file?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23902168/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com