Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
21370c30
Commit
21370c30
authored
Mar 12, 2018
by
Angel L. Mateo
Browse files
Finish sql
parents
0ea7b094
53c8e5e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/sql.pp
View file @
21370c30
...
...
@@ -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
.
Attach a 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