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
f2813391
Unverified
Commit
f2813391
authored
Jun 08, 2018
by
Jonathan
Committed by
GitHub
Jun 08, 2018
Browse files
Merge pull request #103 from rogermartensson/ubuntu1804
Add support for Ubuntu 18.04
parents
6bae592b
68ee5eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
f2813391
...
...
@@ -33,6 +33,7 @@ class freeradius::params {
'14.10'
=>
'2'
,
'15.04'
=>
'2'
,
'15.10'
=>
'2'
,
'18.04'
=>
'3'
,
default
=>
'2'
,
}
}
...
...
@@ -85,10 +86,12 @@ class freeradius::params {
'Debian'
:
{
$fr_basepath
=
$::operatingsystemmajrelease
?
{
'9'
=>
'/etc/freeradius/3.0'
,
'18.04'
=>
'/etc/freeradius/3.0'
,
default
=>
'/etc/freeradius'
,
}
$fr_raddbdir
=
$::operatingsystemmajrelease
?
{
'9'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
'18.04'
=>
"
\$
{sysconfdir}/freeradius/3.0"
,
default
=>
"
\$
{sysconfdir}/freeradius"
,
}
}
...
...
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