X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2b922e7ee506a1627d84e7c5de7a669ef13eccc6..0aaea8096fcdd565f0f1990a84ad68e9aeb90113:/cookbooks/web/resources/rails_port.rb diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 200f39514..2e7a12e40 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -79,6 +79,7 @@ action :create do imagemagick nodejs geoip-database + tzdata ] package %w[ @@ -128,6 +129,7 @@ action :create do action :sync repository new_resource.repository revision new_resource.revision + depth 1 user new_resource.user group new_resource.group notifies :run, "execute[#{rails_directory}/Gemfile]"