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

Fix variable namespace

parent f7abdcf0
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ class freeradius (
# Syslog rules
if $syslog == true {
syslog::rule { 'radiusd-log':
command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~",
command => "if \$programname == \'radiusd\' then ${freeradius::fr_logpath}/radius.log\n&~",
order => '12',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment