From ac49430521d7b0fd145be63772cfe3f4296e9621 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 8 Nov 2020 17:23:24 +0100 Subject: [PATCH] Install lib389 Fixes 389 CLIs not working (e.g. `dsctl`). --- site-cookbooks/kosmos-dirsrv/resources/instance.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-dirsrv/resources/instance.rb b/site-cookbooks/kosmos-dirsrv/resources/instance.rb index 3f0d37b..7b99f9e 100644 --- a/site-cookbooks/kosmos-dirsrv/resources/instance.rb +++ b/site-cookbooks/kosmos-dirsrv/resources/instance.rb @@ -11,6 +11,7 @@ property :port, Integer, default: 389 action :create do include_recipe "apt" package "389-ds-base" + package "python3-lib389" include_recipe "ulimit" user_ulimit "dirsrv" do -- 2.25.1