diff --git a/manifests/init.pp b/manifests/init.pp
index 86bfe738b04c0f73e0f75bbadfbb0e5ec15fb4fc..98bcfae6ff33f229b5d29aad5e39389e524a2526 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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',
     }
   }