Skip to content
Snippets Groups Projects
Commit c47e6769 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Added usage example

parent 29307afd
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,14 @@ of the global settings to increase flexibility. Patches are welcome. ...@@ -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_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` * `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 ### Resources
#### `freeradius::attr` #### `freeradius::attr`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment