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

Fix string interpolation.

parent 655d45dc
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ define mpd::output (
) {
require ::mpd::server
$content_base = @(EOF)
$content_base = @("EOF")
audio_output {
type "${type}"
name "${name}"
......@@ -15,6 +15,6 @@ define mpd::output (
concat::fragment { "mpd audio ${name}":
target => '/etc/mpd.conf',
content => "${content_base}${content_aux}}",
content => "${content_base}${content_aux}}\n",
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment