X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..c783d0a11851850072bcd05d6c87afab99fda211:/cookbooks/planet/recipes/current.rb diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index 7e2e50f1d..20c77b732 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "accounts" + package %w[ pyosmium ] @@ -47,6 +49,7 @@ remote_file "/var/lib/planet/planet.pbf" do owner "planet" group "planet" mode 0o644 + not_if { ENV["TEST_KITCHEN"] } end template "/etc/cron.d/planet-update" do