Skip to content
Snippets Groups Projects
Commit 189e04e2 authored by Stefan Schlesinger's avatar Stefan Schlesinger
Browse files

Fix duplicate newline

parent 500b0d5b
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ define freeradius::huntgroup ( ...@@ -9,7 +9,7 @@ define freeradius::huntgroup (
$conditionals = join($conditions, ", ") $conditionals = join($conditions, ", ")
$content = "${huntgroup}\t${conditionals}\n\n" $content = "${huntgroup}\t${conditionals}\n"
concat::fragment { "huntgroup.${title}": concat::fragment { "huntgroup.${title}":
ensure => $ensure, ensure => $ensure,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment