]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Drop the drupal cookbook
[chef.git] / cookbooks / apt / recipes / default.rb
index 65f625a0bf2739b831be7f59292746d0a033e0da..84b03a0f02f470b31713084df3062a4c14f79ec2 100644 (file)
@@ -34,7 +34,7 @@ template "/etc/apt/sources.list" do
   owner "root"
   group "root"
   mode 0644
-  notifies :run, resources(:execute => "apt-update")
+  notifies :run, "execute[apt-update]"
 end
 
 apt_source "opscode" do
@@ -78,11 +78,6 @@ apt_source "brianmercer-php" do
   key "8D0DC64F"
 end
 
-apt_source "aw-drupal" do
-  url "http://ppa.launchpad.net/aw/drupal/ubuntu"
-  key "7D5AE8F6"
-end
-
 apt_source "openstreetmap" do
   url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu"
   key "0AC4F2CB"
@@ -115,3 +110,9 @@ apt_source "nginx" do
   url "http://nginx.org/packages/ubuntu"
   key "7BD9BF62"
 end
+
+apt_source "elasticsearch" do
+  template "elasticsearch.list.erb"
+  url "http://packages.elasticsearch.org/elasticsearch/1.0/debian"
+  key "D88E42B4"
+end