]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/resources/rails_port.rb
Monkey patch git provider to add --force when fetching tags
[chef.git] / cookbooks / web / resources / rails_port.rb
index 200f3951463d9e1ba1c3c03ee13bb9bfd88c4385..2e7a12e404e1dd942cae79f6100bd10d45fafee1 100644 (file)
@@ -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]"