Loading manifests/module/files.pp +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ define freeradius::module::files ( Optional[String] $usersfile = undef, Optional[String] $acctusersfile = undef, Optional[String] $preproxy_usersfile = undef, Array[Hash] $users = [], Array $users = [], Optional[String] $source = undef, Optional[String] $content = undef, ) { Loading templates/eap.erb +2 −2 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ eap { tmpdir = <%= @tls_tmpdir %> <%- end -%> <%- if @tls_client -%> <%- if @tls_verify_client -%> # The command used to verify the client cert. # We recommend using the OpenSSL command-line # tool. Loading @@ -556,7 +556,7 @@ eap { # in PEM format. This file is automatically # deleted by the server when the command # returns. client = "<%= @tls_client %>" client = "<%= @tls_verify_client %>" <%- end -%> } Loading templates/users.erb +1 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ <%- replies = user['reply_items'] ? user['reply_items'] : [] -%> <%= user['login'] %> <%= checks.join(", ") %> <%= "\t" + replies.join(",\n\t") %> <%- else -%> <%= user %> <%- end -%> <%- end -%> Loading
manifests/module/files.pp +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ define freeradius::module::files ( Optional[String] $usersfile = undef, Optional[String] $acctusersfile = undef, Optional[String] $preproxy_usersfile = undef, Array[Hash] $users = [], Array $users = [], Optional[String] $source = undef, Optional[String] $content = undef, ) { Loading
templates/eap.erb +2 −2 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ eap { tmpdir = <%= @tls_tmpdir %> <%- end -%> <%- if @tls_client -%> <%- if @tls_verify_client -%> # The command used to verify the client cert. # We recommend using the OpenSSL command-line # tool. Loading @@ -556,7 +556,7 @@ eap { # in PEM format. This file is automatically # deleted by the server when the command # returns. client = "<%= @tls_client %>" client = "<%= @tls_verify_client %>" <%- end -%> } Loading
templates/users.erb +1 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ <%- replies = user['reply_items'] ? user['reply_items'] : [] -%> <%= user['login'] %> <%= checks.join(", ") %> <%= "\t" + replies.join(",\n\t") %> <%- else -%> <%= user %> <%- end -%> <%- end -%>