Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
7bfc087c
Commit
7bfc087c
authored
Aug 04, 2015
by
Jonathan Gazeley
Browse files
Add code example
parent
e7ac0f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7bfc087c
...
...
@@ -91,7 +91,6 @@ Add a syslog rule (using the `jgazeley/syslog` module). Default: `false`.
```
puppet
class
{
'freeradius'
:
control_socket
=>
true
,
max_requests
=>
4096
,
max_servers
=>
4096
,
mysql_support
=>
true
,
...
...
@@ -133,6 +132,13 @@ To remove the control socket, do not include this class and the socket will be r
##### `mode`
Whether the control socket should be read-only or read-write. Choose from
`ro`
,
`rw`
. Default:
`ro`
.
```
puppet
# Enable control socket
class
{
'freeradius::control_socket'
:
mode
=>
'ro'
,
}
```
### Resources
#### `freeradius::attr`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment