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
82de2ad5
Commit
82de2ad5
authored
Jan 28, 2021
by
Paul
Browse files
Ubuntu 20.04 support
parent
e1dec8c7
Changes
2
Show whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
82de2ad5
...
...
@@ -35,6 +35,7 @@ class freeradius::params {
'15.04'
=>
'2'
,
'15.10'
=>
'2'
,
'18.04'
=>
'3'
,
'20.04'
=>
'3'
,
default
=>
'2'
,
}
}
...
...
@@ -90,6 +91,7 @@ class freeradius::params {
'10'
=>
'/etc/freeradius/3.0'
,
'buster/sid'
=>
'/etc/freeradius/3.0'
,
'18.04'
=>
'/etc/freeradius/3.0'
,
'20.04'
=>
'/etc/freeradius/3.0'
,
default
=>
'/etc/freeradius'
,
}
$fr_raddbdir
=
$::operatingsystemmajrelease
?
{
...
...
@@ -97,6 +99,7 @@ class freeradius::params {
'10'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
'buster/sid'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
'18.04'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
'20.04'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
default
=>
"
\$
{sysconfdir}/freeradius"
,
}
}
...
...
metadata.json
View file @
82de2ad5
...
...
@@ -56,7 +56,8 @@
"operatingsystemrelease"
:
[
"18.04"
,
"19.04"
,
"19.10"
"19.10"
,
"20.04"
]
}
],
...
...
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