]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 18:28:10 +0000 (19:28 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 18:28:10 +0000 (19:28 +0100)
cookbooks/gps-tile/recipes/default.rb

index 7c0068ee00b2184a4fa0791815627fcef1ac6f71..8609f95f5ee183d5f5070dedf6af25919872ff58 100644 (file)
@@ -98,7 +98,7 @@ remote_directory "/srv/gps-tile.openstreetmap.org/html" do
   mode 0755
   files_owner "gpstile"
   files_group "gpstile"
-  mode 0644
+  files_mode 0644
 end
 
 apache_module "headers"