Skip to content
Snippets Groups Projects
Commit 8d109909 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Always cast servers as an array

parent a744273e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ define freeradius::ldap (
# server = 'ldap2.example.com'
# server = 'ldap3.example.com'
$serverconcatarray = $::freeradius_version ? {
/^3\.0\./ => join($serverarray, ','),
/^3\.0\./ => any2array(join($serverarray, ',')),
default => $serverarray,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment