]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Convert apt_source to an LWRP
[chef.git] / cookbooks / apt / recipes / default.rb
index 189c0be4dedee2b98fc91c71fd895f98d5be8fc3..050c462ae37c46bf17dda427fa95fc9151157161 100644 (file)
@@ -34,7 +34,7 @@ template "/etc/apt/sources.list" do
   owner "root"
   group "root"
   mode 0644
-  notifies :run, "execute[apt-update]"
+  notifies :run, "execute[apt-update]", :immediately
 end
 
 apt_source "brightbox-ruby-ng" do