Loading manifests/module/perl.pp +8 −6 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ define freeradius::module::perl ( Optional[String] $perl_filename = undef, Optional[String] $path = undef, Optional[String] $content = undef, Optional[Hash[String, String]] $function_names = undef, Optional[Hash[String, String]] $split_accouting_names = undef, ) { $fr_moduleconfigpath = $::freeradius::params::fr_moduleconfigpath $fr_group = $::freeradius::params::fr_group Loading templates/perl.erb +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ perl { # Uncomment and change if you want to use function # names other than the defaults. # <% @function_names.sort.each do |default, value| -%> <%= default %><%= value %> #func_authenticate = authenticate #func_authorize = authorize #func_preacct = preacct Loading Loading
manifests/module/perl.pp +8 −6 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ define freeradius::module::perl ( Optional[String] $perl_filename = undef, Optional[String] $path = undef, Optional[String] $content = undef, Optional[Hash[String, String]] $function_names = undef, Optional[Hash[String, String]] $split_accouting_names = undef, ) { $fr_moduleconfigpath = $::freeradius::params::fr_moduleconfigpath $fr_group = $::freeradius::params::fr_group Loading
templates/perl.erb +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ perl { # Uncomment and change if you want to use function # names other than the defaults. # <% @function_names.sort.each do |default, value| -%> <%= default %><%= value %> #func_authenticate = authenticate #func_authorize = authorize #func_preacct = preacct Loading