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

Lint fix

parent cff5338e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ define freeradius::attr (
  # Decide on location for attribute filters
  $location = $::freeradius_maj_version ? {
    2       => $fr_basepath,
    3       => "$fr_moduleconfigpath/attr_filter",
    3       => "${fr_moduleconfigpath}/attr_filter",
    default => $fr_moduleconfigpath,
  }