X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2b922e7ee506a1627d84e7c5de7a669ef13eccc6..6d9c25e4bb03ee21e217adc095350b9cf6f684ba:/cookbooks/web/resources/rails_port.rb diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 200f39514..d5afc4872 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -20,6 +20,7 @@ require "yaml" resource_name :rails_port +provides :rails_port default_action :create @@ -79,6 +80,7 @@ action :create do imagemagick nodejs geoip-database + tzdata ] package %w[ @@ -128,6 +130,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]"