]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/maxmind.rb
Get apt configuration working on debian
[chef.git] / cookbooks / apt / recipes / maxmind.rb
index a0029aae162238985174bb710328156583546101..dbe0fc88ad3f0ffffd4ec2ca62aceba13cf4263f 100644 (file)
@@ -21,4 +21,5 @@ include_recipe "apt"
 
 apt_repository "maxmind" do
   uri "ppa:maxmind/ppa"
+  only_if { platform?("ubuntu") }
 end