#
-# Cookbook Name:: planet
+# Cookbook:: planet
# Recipe:: dump
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
mode 0o755
end
-["planetdump", "planet-mirror-redirect-update"].each do |program|
+%w[planetdump planet-mirror-redirect-update].each do |program|
template "/usr/local/bin/#{program}" do
source "#{program}.erb"
owner "root"