X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9ea48dbd10bd416e75abfb8fc10eb1b1c8f11842..45dde9418dd342bb1a632d82559201c0b3becf1a:/cookbooks/web/recipes/frontend.rb diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index 71a7c4384..947b7583b 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: web +# Cookbook:: web # Recipe:: frontend # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ template "/etc/logrotate.d/apache2" do mode 0o644 end -service "rails-jobs" do +service "rails-jobs@mailers" do action [:enable, :start] supports :restart => true subscribes :restart, "rails_port[www.openstreetmap.org]"