Fix fresh dirsrv installs on Ubuntu 20.04

This commit is contained in:
2022-04-26 20:10:51 +02:00
parent 8fe3670ce9
commit 590366639e
7 changed files with 175 additions and 3 deletions

View File

@@ -3,10 +3,12 @@
# Recipe:: default
#
include_recipe "kosmos-dirsrv::hostsfile"
credentials = data_bag_item("credentials", "dirsrv")
dirsrv_instance "master" do
hostname node['kosmos-dirsrv']['master_hostname']
hostname "ldap.kosmos.local"
admin_password credentials['admin_password']
suffix "dc=kosmos,dc=org"
end