owner "root"
group "root"
mode 0644
- notifies :run, resources(:execute => "apt-update")
+ notifies :run, "execute[apt-update]"
end
apt_source "opscode" do
end
apt_source "nginx" do
+ template "nginx.list.erb"
url "http://nginx.org/packages/ubuntu"
key "7BD9BF62"
end
-