]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/devices/recipes/default.rb
Merge pull request #308 from Firefishy/more-404-tiles
[chef.git] / cookbooks / devices / recipes / default.rb
index b6dcf078a0b89414e2a036d0a3b5d2bc5f135831..6c859aa77300dfe7cc32335f8f923999e8acbe80 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: devices
+# Cookbook:: devices
 # Recipe:: default
 #
-# Copyright 2012, OpenStreetMap Foundation
+# Copyright:: 2012, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ end
 
 execute "udevadm-trigger" do
   action :nothing
-  command "/sbin/udevadm trigger --action=add"
+  command "/bin/udevadm trigger --action=add"
 end
 
 template "/etc/udev/rules.d/99-chef.rules" do