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

Set undef rather than ''

parent 8d6601a0
Branches
Tags
No related merge requests found
......@@ -16,9 +16,9 @@ define freeradius::ldap (
$spare = '${thread[pool].max_spare_servers}',
$ensure = 'present',
$starttls = 'no',
$cafile = '',
$certfile = '',
$keyfile = '',
$cafile = undef,
$certfile = undef,
$keyfile = undef,
$requirecert = 'allow',
) {
$fr_package = $::freeradius::params::fr_package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment