diff --git a/minidlna/manifests/init.pp b/minidlna/manifests/init.pp index 2219032..e26db1c 100644 --- a/minidlna/manifests/init.pp +++ b/minidlna/manifests/init.pp @@ -1,4 +1,18 @@ +# Install MiniDLNA +# +# === Parameters +# +# $name: +# Name that minidlna sends to clients. Defaults to +# MiniDLNA. +# $audiodir: +# Directory containing audio files. +# $videodir: +# Directory containing video files. +# $photodir: +# Directory containing image files. +# class minidlna($name="", $audiodir="", $videodir="", $photodir="") { package { "minidlna":