From 5c00e2d28ae95b2d9ebceeab94fbe43257d0490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 11 May 2022 15:37:36 +0200 Subject: [PATCH] Add an attribute containing the LDAP server's address --- site-cookbooks/kosmos-dirsrv/attributes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-dirsrv/attributes/default.rb b/site-cookbooks/kosmos-dirsrv/attributes/default.rb index e69de29..00af5e8 100644 --- a/site-cookbooks/kosmos-dirsrv/attributes/default.rb +++ b/site-cookbooks/kosmos-dirsrv/attributes/default.rb @@ -0,0 +1 @@ +node.default['kosmos-dirsrv']['master_hostname'] = 'ldap.kosmos.local'