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

Fix variable namespace

parent f7abdcf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',
    }
  }