Skip to content
Snippets Groups Projects
Commit b0b7fa2e authored by Stefan Schlesinger's avatar Stefan Schlesinger
Browse files

configure libdir path depending on the used distribution

parent c6959118
Branches
Tags 6.0.2
No related merge requests found
......@@ -127,4 +127,10 @@ class freeradius::params {
'Debian' => 'winbindd_priv',
default => 'wbpriv',
}
$fr_libdir = $::osfamily ? {
'RedHat' => '/usr/lib64/freeradius',
'Debian' => '/usr/lib/freeradius',
default => '/usr/lib64/freeradius',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment