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
8986e6f6
Commit
8986e6f6
authored
Oct 31, 2014
by
Jonathan Gazeley
Browse files
Update example code
parent
da095a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8986e6f6
...
...
@@ -115,12 +115,14 @@ freeradius::attr { 'eduroamlocal':
Define RADIUS clients as seen in
`clients.conf`
```
puppet
freeradius::client
{
"
localhost-
${::hostname}
-lo
"
:
ip
=>
'1
27.0
.0.1'
,
freeradius::client
{
"
wlan-controller01
"
:
ip
=>
'1
92.168
.0.1'
,
secret
=>
'testing123'
,
shortname
=>
'
localhost
'
,
shortname
=>
'
wlc01
'
,
nastype
=>
'other'
,
}
port
=>
'1645-1646'
,
firewall
=>
true
,
}
```
##### `ip`
...
...
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