X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/88bb26b033774548fa76da9170cbefd4536f0a5f..db8cff3ccb090c53b831f7f5e0b3a7f7e3d858c8:/cookbooks/planet/recipes/current.rb diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index 9f951df53..c7175e6e1 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -49,7 +49,7 @@ remote_file "/var/lib/planet/planet.osh.pbf" do owner "planet" group "planet" mode "644" - not_if { ENV["TEST_KITCHEN"] } + not_if { kitchen? } end cron_d "planet-update" do