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
2b11fe42
Commit
2b11fe42
authored
Feb 01, 2016
by
Jonathan Gazeley
Browse files
Remove FR2 support from radiusd.conf
parent
6d384661
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
2b11fe42
...
...
@@ -21,7 +21,7 @@ class freeradius (
mode
=>
'0640'
,
owner
=>
'root'
,
group
=>
$freeradius::fr_group
,
content
=>
template
(
"freeradius/radiusd.conf.
fr
${freeradius::fr_version}
.
erb"
),
content
=>
template
(
"freeradius/radiusd.conf.erb"
),
require
=>
[
Package
[
$freeradius::fr_package
],
Group
[
$freeradius::fr_group
]],
notify
=>
Service
[
$freeradius::fr_service
],
}
...
...
@@ -136,7 +136,7 @@ class freeradius (
# Install default attribute filters
concat::fragment
{
"attr-default"
:
target
=>
"
${freeradius::fr_modulepath}
/attr_filter"
,
content
=>
template
(
"freeradius/attr_default.
fr
${freeradius::fr_version}
.
erb"
),
content
=>
template
(
"freeradius/attr_default.erb"
),
order
=>
10
,
}
...
...
templates/radiusd.conf.
fr3.
erb
→
templates/radiusd.conf.erb
View file @
2b11fe42
File moved
templates/radiusd.conf.fr2.erb
deleted
100644 → 0
View file @
6d384661
This diff is collapsed.
Click to expand it.
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