Install lib389

Fixes 389 CLIs not working (e.g. `dsctl`).
This commit is contained in:
Basti 2020-11-08 17:23:24 +01:00
parent f12cf704ac
commit ac49430521
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -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