]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Update zsh configuration
[chef.git] / cookbooks / forum / recipes / default.rb
index ec69ac7f2c6cf39d102cf537bd55f0dfdd52957d..58fa9a22d59f28a1c7b20bbe6d784168f9de9edc 100644 (file)
@@ -48,10 +48,11 @@ end
 git "/srv/forum.openstreetmap.org/html/" do
   action :sync
   repository "http://github.com/openstreetmap/openstreetmap-forum.git"
-  revision "openstreetmap"
+  revision "openstreetmap-1.5.10"
   depth 1
   user "forum"
   group "forum"
+  notifies :reload, "service[apache2]"
 end
 
 directory "/srv/forum.openstreetmap.org/html/cache/" do