Loading manifests/module/huntgroup.pp +6 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,12 @@ define freeradius::module::huntgroup ( Variant[String,Array] $conditions, Variant[String,Integer] $order = 50, String $huntgroup = 'huntgroup', Optional[String] $huntgroup = undef, ) { concat::fragment {"Huntgroup ${name}": target => $huntgroup, warning('Use of freeradius::module::huntgroup is deprecated. Use freeradius::huntgroup instead') freeradius::huntgroup {$name: conditions => $conditions, order => $order, content => template('freeradius/huntgroup.erb'), } } Loading
manifests/module/huntgroup.pp +6 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,12 @@ define freeradius::module::huntgroup ( Variant[String,Array] $conditions, Variant[String,Integer] $order = 50, String $huntgroup = 'huntgroup', Optional[String] $huntgroup = undef, ) { concat::fragment {"Huntgroup ${name}": target => $huntgroup, warning('Use of freeradius::module::huntgroup is deprecated. Use freeradius::huntgroup instead') freeradius::huntgroup {$name: conditions => $conditions, order => $order, content => template('freeradius/huntgroup.erb'), } }