Chef忽略了apt-get更新

时间:2012-08-09 01:06:54

标签: linux ubuntu chef vagrant apt-get

我正在使用vagrant中的厨师来配置精确的32 VM。

命令:

execute "apt-get update" do
    command "apt-get update"
end

似乎没有效果。

Vagrant 1.0.3 Virtualbox 4.1.18

1 个答案:

答案 0 :(得分:3)

添加此配方对我有用(这是一个“官方”配方):https://github.com/opscode-cookbooks/apt