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
0091c890
Commit
0091c890
authored
Mar 12, 2018
by
Angel L. Mateo
Browse files
Deprecate freeradius::module::huntgroup
There is a duplicate with freeradius::huntgroup
parent
02348f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/module/huntgroup.pp
View file @
0091c890
...
...
@@ -3,11 +3,12 @@
define
freeradius::module::huntgroup
(
Variant
[
String
,
Array
]
$conditions
,
Variant
[
String
,
Integer
]
$order
=
50
,
String
$huntgroup
=
'huntgroup'
,
Optional
[
String
]
$huntgroup
=
undef
,
)
{
concat::fragment
{
"Huntgroup
${name}
"
:
target
=>
$huntgroup
,
order
=>
$order
,
content
=>
template
(
'freeradius/huntgroup.erb'
),
warning
(
'Use of freeradius::module::huntgroup is deprecated. Use freeradius::huntgroup instead'
)
freeradius::huntgroup
{
$name
:
conditions
=>
$conditions
,
order
=>
$order
,
}
}
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