Loading manifests/statusclient.pp +13 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,19 @@ define freeradius::statusclient ( $fr_group = $::freeradius::params::fr_group $fr_version = $::freeradius::params::fr_version $cidr = $netmask ? { undef => $ip, default => "${ip}/${netmask}", } $cidr6 = $netmask ? { undef => $ip6, default => "${ip6}/${netmask}", } if ($netmask and $fr_version == 3) { warning("netmask field found in client ${shortname} is deprecated, use CIDR notation instead. Please fix your configuration.") } file { "${fr_basepath}/statusclients.d/${name}.conf": ensure => $ensure, mode => '0640', Loading templates/radiusd.conf.fr3.erb +9 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,15 @@ security { # status_server = yes # allow_vulnerable_openssl: Allow the server to start with # versions of OpenSSL known to have critical vulnerabilities. # # This check is based on the version number reported by libssl # and may not reflect patches applied to libssl by # distribution maintainers. # allow_vulnerable_openssl = yes } Loading Loading
manifests/statusclient.pp +13 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,19 @@ define freeradius::statusclient ( $fr_group = $::freeradius::params::fr_group $fr_version = $::freeradius::params::fr_version $cidr = $netmask ? { undef => $ip, default => "${ip}/${netmask}", } $cidr6 = $netmask ? { undef => $ip6, default => "${ip6}/${netmask}", } if ($netmask and $fr_version == 3) { warning("netmask field found in client ${shortname} is deprecated, use CIDR notation instead. Please fix your configuration.") } file { "${fr_basepath}/statusclients.d/${name}.conf": ensure => $ensure, mode => '0640', Loading
templates/radiusd.conf.fr3.erb +9 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,15 @@ security { # status_server = yes # allow_vulnerable_openssl: Allow the server to start with # versions of OpenSSL known to have critical vulnerabilities. # # This check is based on the version number reported by libssl # and may not reflect patches applied to libssl by # distribution maintainers. # allow_vulnerable_openssl = yes } Loading