]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Install osmadmins repo on quantal
[chef.git] / cookbooks / apt / recipes / default.rb
index 013c5bc34f5cfa9d7730703fa187813430632d70..b1e5825ebf5e0cc26bfb7099092f5bbcc84c379b 100644 (file)
@@ -57,8 +57,9 @@ apt_source "ubuntugis-unstable" do
   key "314DF160"
 end
 
   key "314DF160"
 end
 
-if node[:lsb][:release].to_f == 12.04
+if node[:lsb][:release].to_f == 12.04 || node[:lsb][:release].to_f == 12.10
   apt_source "openstreetmap" do
   apt_source "openstreetmap" do
+    template "openstreetmap.list.erb"
     url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu"
     key "0AC4F2CB"
   end
     url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu"
     key "0AC4F2CB"
   end