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
b0b7fa2e
Commit
b0b7fa2e
authored
Jan 18, 2017
by
Stefan Schlesinger
Browse files
configure libdir path depending on the used distribution
parent
c6959118
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
b0b7fa2e
...
@@ -127,4 +127,10 @@ class freeradius::params {
...
@@ -127,4 +127,10 @@ class freeradius::params {
'Debian'
=>
'winbindd_priv'
,
'Debian'
=>
'winbindd_priv'
,
default
=>
'wbpriv'
,
default
=>
'wbpriv'
,
}
}
$fr_libdir
=
$::osfamily
?
{
'RedHat'
=>
'/usr/lib64/freeradius'
,
'Debian'
=>
'/usr/lib/freeradius'
,
default
=>
'/usr/lib64/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