瀏覽代碼

Run at the apt cookbook to keep apt up to date

James Allen 12 年之前
父節點
當前提交
6e698b0c05
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -18,6 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   config.vm.provision :chef_solo do |chef|
     chef.cookbooks_path = "chef/cookbooks"
+    chef.add_recipe 'apt'
     chef.add_recipe 'redis-server'
     chef.add_recipe 'mongodb'
     chef.add_recipe 'nodejs'