Commit 02348f75 authored by Angel L. Mateo's avatar Angel L. Mateo
Browse files

Remove ensure parameter in concat::fragment

Latest versions of concat module removed this parameter.
parent ea2442f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ define freeradius::huntgroup (
  $content    = "${huntgroup}\t${conditionals}\n"

  concat::fragment { "huntgroup.${title}":
    ensure  => $ensure,
    target  => "${fr_basepath}/mods-config/preprocess/huntgroups",
    content => $content,
    order   => $order,