Skip to content

Commit

Permalink
add support for ubuntu 22.04 (#186)
Browse files Browse the repository at this point in the history
* params: add support for Ubuntu 22.04

---------

Co-authored-by: Maximilian Ronniger <maximilian.ronniger@rise-world.com>
  • Loading branch information
mxr0 and Maximilian Ronniger committed Apr 26, 2023
1 parent 0159cae commit 4200f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'15.10' => '2',
'18.04' => '3',
'20.04' => '3',
'22.04' => '3',
default => '2',
}
}
Expand Down Expand Up @@ -96,6 +97,7 @@
'buster/sid' => '/etc/freeradius/3.0',
'18.04' => '/etc/freeradius/3.0',
'20.04' => '/etc/freeradius/3.0',
'22.04' => '/etc/freeradius/3.0',
default => '/etc/freeradius',
}
$fr_raddbdir = $::operatingsystemmajrelease ? {
Expand All @@ -104,6 +106,7 @@
'buster/sid' => "\${sysconfdir}/freeradius/3.0",
'18.04' => "\${sysconfdir}/freeradius/3.0",
'20.04' => "\${sysconfdir}/freeradius/3.0",
'22.04' => "\${sysconfdir}/freeradius/3.0",
default => "\${sysconfdir}/freeradius",
}
}
Expand Down

0 comments on commit 4200f25

Please sign in to comment.