Commit 8986e6f6 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Update example code

parent da095a57
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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,
}
```