]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Use cgimap from PPA rather than building from source.
[chef.git] / cookbooks / apt / recipes / default.rb
index 74766e6e813cccf687e015c162a252828eb9102c..7fe4d800acc04c3087605299f00ff8609ecf8f84 100644 (file)
@@ -130,6 +130,11 @@ apt_source "mediawiki" do
   key "90E9F83F22250DD7"
 end
 
+apt_source "openstreetmap-cgimap" do
+  url "http://ppa.launchpad.net/zerebubuth/openstreetmap-cgimap/ubuntu"
+  key "CDADED50"
+end
+
 package "unattended-upgrades"
 
 if Dir.exist?("/usr/share/unattended-upgrades")