github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/site-cookbooks/garden/recipes/apt-update.rb (about)

     1  execute "apt-get-update" do
     2    command "apt-get update"
     3    ignore_failure true
     4    action :nothing
     5  end.run_action(:run)