Skip to content

Commit

Permalink
Merge pull request #179 from thtomate/patch-debian11-path
Browse files Browse the repository at this point in the history
Debian 11 support
  • Loading branch information
djjudas21 authored Aug 14, 2023
2 parents 17a6002 + 22faf6f commit 62c8069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
$fr_basepath = $::operatingsystemmajrelease ? {
'9' => '/etc/freeradius/3.0',
'10' => '/etc/freeradius/3.0',
'11' => '/etc/freeradius/3.0',
'buster/sid' => '/etc/freeradius/3.0',
'18.04' => '/etc/freeradius/3.0',
'20.04' => '/etc/freeradius/3.0',
Expand All @@ -103,6 +104,7 @@
$fr_raddbdir = $::operatingsystemmajrelease ? {
'9' => "\${sysconfdir}/freeradius/3.0",
'10' => "\${sysconfdir}/freeradius/3.0",
'11' => "\${sysconfdir}/freeradius/3.0",
'buster/sid' => "\${sysconfdir}/freeradius/3.0",
'18.04' => "\${sysconfdir}/freeradius/3.0",
'20.04' => "\${sysconfdir}/freeradius/3.0",
Expand Down

0 comments on commit 62c8069

Please sign in to comment.