Commit c47e6769 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Added usage example

parent 29307afd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -46,6 +46,14 @@ of the global settings to increase flexibility. Patches are welcome.
 * `max_requests` The maximum number of requests which the server keeps track of. This should be 256 multiplied by the number of clients. Default: `4096`
 * `max_servers` Limit on the total number of servers running. Default: `4096`

```puppet
class { 'freeradius':
  control_socket => true,
  max_requests   => 4096,
  max_servers    => 4096,
}
```

### Resources

#### `freeradius::attr`