]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/gpx.rb
Use cgimap from PPA rather than building from source.
[chef.git] / cookbooks / web / recipes / gpx.rb
index 51eea1ed47863c09235e9e23a70d2947837682cc..791c3fe2fc56f4396051e08c0fd24a46b428114b 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 include_recipe "web::base"
+include_recipe "web::nfs"
 
 db_passwords = data_bag_item("db", "passwords")
 
@@ -57,7 +58,7 @@ template "/etc/init.d/gpx-import" do
   source "init.gpx.erb"
   owner "root"
   group "root"
-  mode 0755
+  mode 0o755
   variables :gpx_directory => gpx_directory,
             :pid_directory => pid_directory,
             :log_directory => log_directory,