X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b73176eda2a83b7fc0170a5639ad036b1c897773..571e5982cc82c4fbefff0d463895a029a68921fe:/cookbooks/apt/recipes/maxmind.rb diff --git a/cookbooks/apt/recipes/maxmind.rb b/cookbooks/apt/recipes/maxmind.rb index a0029aae1..dbe0fc88a 100644 --- a/cookbooks/apt/recipes/maxmind.rb +++ b/cookbooks/apt/recipes/maxmind.rb @@ -21,4 +21,5 @@ include_recipe "apt" apt_repository "maxmind" do uri "ppa:maxmind/ppa" + only_if { platform?("ubuntu") } end