Loading manifests/params.pp +6 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,10 @@ class freeradius::params { default => 'radiusd', } # FreeRADIUS group $fr_group = $::osfamily ? { 'RedHat' => 'radiusd', 'Debian' => 'freerad', default => 'radiusd', } } templates/radiusd.conf.erb +2 −2 Original line number Diff line number Diff line Loading @@ -168,8 +168,8 @@ pidfile = ${run_dir}/${name}.pid # It will join all groups where "user" is a member. This can allow # for some finer-grained access controls. # user = radiusd group = radiusd user = <%= @fr_user%> group = <%= @fr_group%> # panic_action: Command to execute if the server dies unexpectedly. # Loading Loading
manifests/params.pp +6 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,10 @@ class freeradius::params { default => 'radiusd', } # FreeRADIUS group $fr_group = $::osfamily ? { 'RedHat' => 'radiusd', 'Debian' => 'freerad', default => 'radiusd', } }
templates/radiusd.conf.erb +2 −2 Original line number Diff line number Diff line Loading @@ -168,8 +168,8 @@ pidfile = ${run_dir}/${name}.pid # It will join all groups where "user" is a member. This can allow # for some finer-grained access controls. # user = radiusd group = radiusd user = <%= @fr_user%> group = <%= @fr_group%> # panic_action: Command to execute if the server dies unexpectedly. # Loading