Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
9b64187c
Unverified
Commit
9b64187c
authored
Mar 12, 2018
by
Jonathan
Committed by
GitHub
Mar 12, 2018
Browse files
Merge pull request #97 from amateo/feature/sql
Fix query_file path
parents
ea2442f6
53c8e5e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/sql.pp
View file @
9b64187c
...
...
@@ -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"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment