Commit 473db5f1 authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Testing or function name hash

parent 604b9e3f
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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