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
144615af
Commit
144615af
authored
Feb 01, 2017
by
Stefan Schlesinger
Browse files
Notify fr_service
parent
189e04e2
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/huntgroup.pp
View file @
144615af
...
...
@@ -6,6 +6,7 @@ define freeradius::huntgroup (
$order
=
50
,
)
{
$fr_basepath
=
$::freeradius::params::fr_basepath
$fr_service
=
$::freeradius::params::fr_service
$conditionals
=
join
(
$conditions
,
", "
)
...
...
@@ -16,5 +17,6 @@ define freeradius::huntgroup (
target
=>
"
${fr_basepath}
/mods-config/preprocess/huntgroups"
,
content
=>
$content
,
order
=>
$order
,
notify
=>
Service
[
$fr_service
],
}
}
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