Commit 1498260c authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files
parents 80a3368d db72de1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ class freeradius (
  # Install a couple of virtual servers needed on all FR installations
  if $control_socket == true {
    freeradius::site { 'control-socket':
      source  => 'puppet:///modules/freeradius/sites-enabled/control-socket',
      source => template('freeradius/sites-enabled/control-socket.erb'),
    }
  }

+2 −2
Original line number Diff line number Diff line
@@ -53,12 +53,12 @@ listen {
	#
	#  Name of user that is allowed to connect to the control socket.
	#
	uid = radiusd
	uid = <%= @fr_user %>

	#
	#  Name of group that is allowed to connect to the control socket.
	#
	gid = radiusd
	gid = <%= @fr_group %>

	#
	#  Access mode.