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

Update example code

parent da095a57
No related branches found
No related tags found
No related merge requests found
......@@ -115,11 +115,13 @@ freeradius::attr { 'eduroamlocal':
Define RADIUS clients as seen in `clients.conf`
```puppet
freeradius::client { "localhost-${::hostname}-lo":
ip => '127.0.0.1',
freeradius::client { "wlan-controller01":
ip => '192.168.0.1',
secret => 'testing123',
shortname => 'localhost',
shortname => 'wlc01',
nastype => 'other',
port => '1645-1646',
firewall => true,
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment