chef/roles/ldap_client.rb
Râu Cao 991458208d
Use a role for configuring LDAP hostname on clients
This way it's also easy to converge all LDAP clients at once.
2022-11-26 16:45:45 +01:00

6 lines
62 B
Ruby

name "ldap_client"
run_list %w(
kosmos-dirsrv::hostsfile
)