X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b73176eda2a83b7fc0170a5639ad036b1c897773..c82c91f4e778b3abe37f4b2f996debb25c8fd958:/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