X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/59df18a47e1431952fcf82ca8ab318c2566370dc..bc6f258adb7e7b41371750d99e9803759143c316:/cookbooks/thinkup/recipes/default.rb diff --git a/cookbooks/thinkup/recipes/default.rb b/cookbooks/thinkup/recipes/default.rb index 25864460f..c7b6ed23f 100644 --- a/cookbooks/thinkup/recipes/default.rb +++ b/cookbooks/thinkup/recipes/default.rb @@ -50,7 +50,7 @@ git "/srv/thinkup.openstreetmap.org" do revision "v1.2.1" user "root" group "root" - notifies :reload, resources(:service => "apache2") + notifies :reload, "service[apache2]" end directory "/srv/thinkup.openstreetmap.org/logs" do @@ -92,7 +92,7 @@ file "/srv/thinkup.openstreetmap.org/webapp/config.inc.php" do group "root" mode 0644 content thinkup_config - notifies :reload, resources(:service => "apache2") + notifies :reload, "service[apache2]" end thinkup_cron = edit_file "/srv/thinkup.openstreetmap.org/extras/cron/config.sample" do |line|