]> git.openstreetmap.org Git - chef.git/commitdiff
Use system sqlite3 for blogs
authorTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 17:09:58 +0000 (17:09 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 17:10:19 +0000 (17:10 +0000)
cookbooks/blogs/recipes/default.rb

index 1c18faba7ef34c3c12df10889f51248722f7827b..5c650f2427863ed9c896ae647638d97e299bcead 100644 (file)
@@ -49,7 +49,8 @@ bundle_config "/srv/blogs.openstreetmap.org" do
   user "blogs"
   group "blogs"
   settings "deployment" => "true",
-           "without" => "development:test"
+           "without" => "development:test",
+           "build.sqlite3" => "--enable-system-libraries"
   subscribes :create, "git[/srv/blogs.openstreetmap.org]", :immediately
 end