Commit 8b6d2473 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Fix bug passing config to control-socket

parent 3e83b827
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ class freeradius (
  # Install a couple of virtual servers needed on all FR installations
  if $control_socket == true {
    freeradius::site { 'control-socket':
      source => template('freeradius/sites-enabled/control-socket.erb'),
      content => template('freeradius/sites-enabled/control-socket.erb'),
    }
  }