Commit bd3ea6c0 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Fix a typo

parent cfae604e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ Install a helper script, e.g. which might be called upon by a virtual server. Th
placed in `/etc/raddb/scripts` and are not automatically included by the server.

```puppet
freeradius::site { 'myperlscript.pl':
freeradius::script{ 'myperlscript.pl':
  source => 'puppet:///modules/site_freeradius/myperlscript.pl',
}
```