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
39b73ba4
Commit
39b73ba4
authored
Oct 23, 2014
by
Jonathan Gazeley
Browse files
Add support for freerad user on Debian
parent
8d07a980
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
39b73ba4
...
...
@@ -25,7 +25,8 @@ class freeradius::params {
# FreeRADIUS user
$fr_user
=
$::osfamily
?
{
'RedHat'
=>
'radiusd'
,
default
=>
'radiusd'
'Debian'
=>
'freerad'
,
default
=>
'radiusd'
,
}
}
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