diff --git a/manifests/init.pp b/manifests/init.pp
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/manifests/output.pp b/manifests/output.pp
index e3ed051a14572c69dcfcb905b8e4ad36777f4078..c786451483fda22892fb607d3c10a5a24423beb1 100644
--- a/manifests/output.pp
+++ b/manifests/output.pp
@@ -27,5 +27,6 @@ define mpd::output (
   concat::fragment { "mpd::output - ${target} - ${output_name}":
     target  => $target,
     content => "audio_output {\n${content_aux}}\n",
+    order   => '20',
   }
 }