]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Convert postgresql_munin to an LWRP
[chef.git] / cookbooks / tilelog / recipes / default.rb
index 78471e0d73bacfd6acf160986248e926eb02c775..9ab433195e467b6f4bbf4d017bc2fce499b1fa0a 100644 (file)
@@ -52,7 +52,7 @@ end
 
 execute "tilelog-configure" do
   action :nothing
-  command "./configure --with-boost-libdir=/usr/lib"
+  command "./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu"
   cwd tilelog_source_directory
   user "root"
   group "root"
@@ -79,7 +79,7 @@ template "/usr/local/bin/tilelog" do
 end
 
 template "/etc/cron.d/tilelog" do
-  source "tileog.cron.erb"
+  source "tilelog.cron.erb"
   owner "root"
   group "root"
   mode 0644