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

Specify fully qualified variable properly

parent 8605c6cd
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class freeradius (
$syslog = false,
) inherits freeradius::params {
if ($::fr_version != 3) {
if ($freeradius::fr_version != 3) {
fail('This module is only compatible with FreeRADIUS 3')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment