Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
2b9bc773
Commit
2b9bc773
authored
Jan 23, 2017
by
Jonathan
Committed by
GitHub
Jan 23, 2017
Browse files
Merge pull request #44 from sts/fix_libdir_path
Fix libdir path
parents
c6959118
333e5856
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
2b9bc773
...
...
@@ -127,4 +127,10 @@ class freeradius::params {
'Debian' => 'winbindd_priv',
default => 'wbpriv',
}
$f
r_libdir
=
$::
osfamily
?
{
'RedHat' => '/usr/lib64/freeradius',
'Debian' => '/usr/lib/freeradius',
default => '/usr/lib64/freeradius',
}
}
templates/radiusd.conf.erb
View file @
2b9bc773
...
...
@@ -104,7 +104,7 @@ db_dir = ${localstatedir}/lib/radiusd
# make
# make install
#
libdir =
/usr/lib64/freeradius
libdir =
<%=
@fr_libdir
%>
# pidfile: Where to place the PID of the RADIUS server.
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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