#
-# Cookbook Name:: planet
+# Cookbook:: planet
# Recipe:: current
#
-# Copyright 2018, OpenStreetMap Foundation
+# Copyright:: 2018, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# limitations under the License.
#
+include_recipe "accounts"
+
package %w[
pyosmium
]
owner "planet"
group "planet"
mode 0o644
+ not_if { ENV["TEST_KITCHEN"] }
end
template "/etc/cron.d/planet-update" do