Loading README.md +3 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,9 @@ Add a syslog rule (using the `saz/rsyslog` module). Default: `false`. ##### `log_auth` Log authentication requests (yes/no). Default: `no`. ##### `allow_vulnerable_openssl` Allow the server to start with versions of OpenSSL known to have critical vulnerabilities. (yes/no). Default: `yes`. ##### `package_ensure` Choose whether the package is just installed and left (`installed`), or updated every Puppet run (`latest`). Default: `installed` Loading manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ class freeradius ( Boolean $syslog = false, String $syslog_facility = 'daemon', Freeradius::Boolean $log_auth = 'no', Freeradius::Boolean $allow_vulnerable_ssl = 'yes', Boolean $preserve_mods = true, Boolean $correct_escapes = true, Boolean $manage_logpath = true, Loading templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ security { # and may not reflect patches applied to libssl by # distribution maintainers. # allow_vulnerable_openssl = yes allow_vulnerable_openssl = <%= @allow_vulnerable_openssl%> } # PROXY CONFIGURATION Loading Loading
README.md +3 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,9 @@ Add a syslog rule (using the `saz/rsyslog` module). Default: `false`. ##### `log_auth` Log authentication requests (yes/no). Default: `no`. ##### `allow_vulnerable_openssl` Allow the server to start with versions of OpenSSL known to have critical vulnerabilities. (yes/no). Default: `yes`. ##### `package_ensure` Choose whether the package is just installed and left (`installed`), or updated every Puppet run (`latest`). Default: `installed` Loading
manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ class freeradius ( Boolean $syslog = false, String $syslog_facility = 'daemon', Freeradius::Boolean $log_auth = 'no', Freeradius::Boolean $allow_vulnerable_ssl = 'yes', Boolean $preserve_mods = true, Boolean $correct_escapes = true, Boolean $manage_logpath = true, Loading
templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ security { # and may not reflect patches applied to libssl by # distribution maintainers. # allow_vulnerable_openssl = yes allow_vulnerable_openssl = <%= @allow_vulnerable_openssl%> } # PROXY CONFIGURATION Loading