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

Merge pull request #97 from amateo/feature/sql

Fix query_file path
parents ea2442f6 53c8e5e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ define freeradius::sql (
  $queryfile = "${fr_basepath}/sql/queries.conf"

  # Install custom query file
  if ($custom_query_file != '') {
  if ($custom_query_file and $custom_query_file != '') {
    $custom_query_file_path = "${fr_moduleconfigpath}/${name}-queries.conf"

    ::freeradius::config { "${name}-queries.conf":