From 169741933f6032d17a3fba6b64f4ec91f0fe5ca1 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Mon, 24 Aug 2026 15:53:58 -0700 Subject: [PATCH] Add missing comma --- roles/cmok.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cmok.rb b/roles/cmok.rb index 523ab5995..b3897f36e 100644 --- a/roles/cmok.rb +++ b/roles/cmok.rb @@ -31,7 +31,7 @@ default_attributes( :spirit => { :version => "7e49795de3ae2ad476da7a4a1f3208ae9a7a08e0" } - } + }, :sysctl => { :postgres => { :comment => "Increase shared memory for postgres", -- 2.47.3