]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/current.rb
Add test for planet::current recipe
[chef.git] / cookbooks / planet / recipes / current.rb
index 7e2e50f1d32a258604f65b8fb5b534929a7e6397..20c77b7322c8752bab271fd6c877695f7271794d 100644 (file)
@@ -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