Skip to content

Commit

Permalink
Added Ubuntu Default paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
deligatedgeek committed Sep 16, 2024
1 parent 9a33a84 commit 8aa82e8
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 @@ -38,6 +38,7 @@
'18.04' => '3',
'20.04' => '3',
'22.04' => '3',
'24.04' => '3',
default => '2',
}
}
Expand Down Expand Up @@ -99,6 +100,7 @@
'18.04' => '/etc/freeradius/3.0',
'20.04' => '/etc/freeradius/3.0',
'22.04' => '/etc/freeradius/3.0',
'24.04' => '/etc/freeradius/3.0',
default => '/etc/freeradius',
}
$fr_raddbdir = $::operatingsystemmajrelease ? {
Expand All @@ -109,6 +111,7 @@
'18.04' => "\${sysconfdir}/freeradius/3.0",
'20.04' => "\${sysconfdir}/freeradius/3.0",
'22.04' => "\${sysconfdir}/freeradius/3.0",
'24.04' => "\${sysconfdir}/freeradius/3.0",
default => "\${sysconfdir}/freeradius",
}
}
Expand Down

0 comments on commit 8aa82e8

Please sign in to comment.