我在 vagrant 中使用 chef 来配置一个精确的 32 虚拟机。
命令:
execute "apt-get update" do
command "apt-get update"
end
好像没有效果。
流浪者 1.0.3 虚拟机 4.1.18
我在 vagrant 中使用 chef 来配置一个精确的 32 虚拟机。
命令:
execute "apt-get update" do
command "apt-get update"
end
好像没有效果。
流浪者 1.0.3 虚拟机 4.1.18
添加这个食谱对我有用(这是一个“官方”食谱):https ://github.com/opscode-cookbooks/apt