Skip to content
Snippets Groups Projects
Commit c3b7ddce authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add missing join.

parent 273abe40
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ define mpd::output (
name "${name}"
| EOF
$content_aux = $parameters.map |$k, $v| { "${k} \"${v}\"\n" }
$content_aux = $parameters.map |$k, $v| { "${k} \"${v}\"\n" }.join()
concat::fragment { "mpd audio ${name}":
target => '/etc/mpd.conf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment