X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..18db4c72edea0d2cd4df5b7d7d9011df618d0ff9:/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