Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-freeradius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-freeradius
Commits
0091c890
Commit
0091c890
authored
7 years ago
by
Angel L. Mateo
Browse files
Options
Downloads
Patches
Plain Diff
Deprecate freeradius::module::huntgroup
There is a duplicate with freeradius::huntgroup
parent
02348f75
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/module/huntgroup.pp
+6
-5
6 additions, 5 deletions
manifests/module/huntgroup.pp
with
6 additions
and
5 deletions
manifests/module/huntgroup.pp
+
6
−
5
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
,
warning
(
'Use of freeradius::module::huntgroup is deprecated. Use freeradius::huntgroup instead'
)
freeradius::huntgroup
{
$name
:
conditions
=>
$conditions
,
order
=>
$order
,
content
=>
template
(
'freeradius/huntgroup.erb'
),
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment