Remove the unused LDAP variables from the main config file

This commit is contained in:
Greg Karékinian 2020-02-17 13:27:14 +01:00
parent 38f39af2a4
commit 72cc6342f1

View File

@ -143,9 +143,6 @@ template "/opt/ejabberd/conf/ejabberd.yml" do
sensitive true sensitive true
variables pgsql_password: postgresql_data_bag_item['ejabberd_user_password'], variables pgsql_password: postgresql_data_bag_item['ejabberd_user_password'],
hosts: hosts, hosts: hosts,
ldap_base: ldap_base,
ldap_server: ldap_domain,
ldap_encryption_type: ldap_encryption_type,
admin_users: admin_users admin_users: admin_users
notifies :run, "execute[ejabberdctl reload_config]", :delayed notifies :run, "execute[ejabberdctl reload_config]", :delayed
end end