Unverified Commit edd5fce5 authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #123 from guest715/master

Two fixes
parents 8855e40c adcd8883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
) {
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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 -%>
    }

+1 −1
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
    <%- replies = user['reply_items'] ? user['reply_items'] : [] -%>
<%= user['login'] %> <%= checks.join(", ") %>
<%= "\t" + replies.join(",\n\t") %>

  <%- else -%>
<%= user %>
  <%- end -%>

<%- end -%>