]> git.openstreetmap.org Git - chef.git/commitdiff
Switch the dev server to use fullstaq ruby
authorTom Hughes <tom@compton.nu>
Fri, 21 Feb 2025 17:20:59 +0000 (17:20 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 21 Feb 2025 17:20:59 +0000 (17:20 +0000)
roles/dev.rb

index f85849e888b70116b1a02cd232e55a273664316d..a3e67e0f0bb112d1370941aabe8bf12d0ddd05d2 100644 (file)
@@ -159,6 +159,9 @@ default_attributes(
       }
     }
   },
+  :ruby => {
+    :fullstaq => true
+  },
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",