djjudas21 / puppet-freeradius

Puppet module to install and configure FreeRADIUS
Apache License 2.0
8 stars 49 forks source link

Fix ldap config update section #190

Closed nward closed 1 year ago

nward commented 1 year ago

In #173 the ldap template was broken so that the update section header/closing brace is not included if update is passed to freeradius::module::ldap.

Instead, make the update section always appear, and then the conditional is only on the contents of the section.

Resolves #189