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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-freeradius
Commits
0dc3a9a4
Commit
0dc3a9a4
authored
Nov 25, 2015
by
Jonathan Gazeley
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:djjudas21/puppet-freeradius
parents
df9203b3
fa2fc500
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/statusclient.pp
+13
-0
13 additions, 0 deletions
manifests/statusclient.pp
templates/radiusd.conf.fr3.erb
+9
-0
9 additions, 0 deletions
templates/radiusd.conf.fr3.erb
with
22 additions
and
0 deletions
manifests/statusclient.pp
+
13
−
0
View file @
0dc3a9a4
...
@@ -14,6 +14,19 @@ define freeradius::statusclient (
...
@@ -14,6 +14,19 @@ define freeradius::statusclient (
$fr_group
=
$::freeradius::params::fr_group
$fr_group
=
$::freeradius::params::fr_group
$fr_version
=
$::freeradius::params::fr_version
$fr_version
=
$::freeradius::params::fr_version
$cidr
=
$netmask
?
{
undef
=>
$ip
,
default
=>
"
${ip}
/
${netmask}
"
,
}
$cidr6
=
$netmask
?
{
undef
=>
$ip6
,
default
=>
"
${ip6}
/
${netmask}
"
,
}
if
(
$netmask
and
$fr_version
==
3
)
{
warning
(
"netmask field found in client
${shortname}
is deprecated, use CIDR notation instead. Please fix your configuration."
)
}
file
{
"
${fr_basepath}
/statusclients.d/
${name}
.conf"
:
file
{
"
${fr_basepath}
/statusclients.d/
${name}
.conf"
:
ensure
=>
$ensure
,
ensure
=>
$ensure
,
mode
=>
'0640'
,
mode
=>
'0640'
,
...
...
This diff is collapsed.
Click to expand it.
templates/radiusd.conf.fr3.erb
+
9
−
0
View file @
0dc3a9a4
...
@@ -474,6 +474,15 @@ security {
...
@@ -474,6 +474,15 @@ security {
#
#
status_server = yes
status_server = yes
# allow_vulnerable_openssl: Allow the server to start with
# versions of OpenSSL known to have critical vulnerabilities.
#
# This check is based on the version number reported by libssl
# and may not reflect patches applied to libssl by
# distribution maintainers.
#
allow_vulnerable_openssl = yes
}
}
...
...
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