]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Use MaxMind PPA for geoipupdate and configure account credentials
[chef.git] / cookbooks / apt / recipes / default.rb
index 9aa2f7a827760dc54dc5d70c5275c9d42479b496..99558f9dd4324e7c0a257ab2d01396827a8f3859 100644 (file)
@@ -73,6 +73,11 @@ apt_repository "ubuntugis-unstable" do
   uri "ppa:ubuntugis/ubuntugis-unstable"
 end
 
+apt_repository "maxmind" do
+  action repository_actions["maxmind"]
+  uri "ppa:maxmind/ppa"
+end
+
 apt_repository "openstreetmap" do
   action repository_actions["openstreetmap"]
   uri "ppa:osmadmins/ppa"