Loading manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class freeradius ( $syslog = false, $log_auth = 'no', $preserve_mods = true, $correct_escapes = true, ) inherits freeradius::params { validate_re($freeradius::fr_version, '^3', 'This module is only compatible with FreeRADIUS 3') Loading templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ pidfile = ${run_dir}/${name}.pid # # $ grep '\\\\' $(find raddb -type f -print) # correct_escapes = true correct_escapes = <%= @correct_escapes %> # panic_action: Command to execute if the server dies unexpectedly. # Loading Loading
manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class freeradius ( $syslog = false, $log_auth = 'no', $preserve_mods = true, $correct_escapes = true, ) inherits freeradius::params { validate_re($freeradius::fr_version, '^3', 'This module is only compatible with FreeRADIUS 3') Loading
templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ pidfile = ${run_dir}/${name}.pid # # $ grep '\\\\' $(find raddb -type f -print) # correct_escapes = true correct_escapes = <%= @correct_escapes %> # panic_action: Command to execute if the server dies unexpectedly. # Loading