From 82d5ff3f3a7c9eac6cc51b46d9a71e7251542db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 24 Apr 2013 14:04:55 +0300 Subject: [PATCH] Added documentation to minidlna module. --- minidlna/manifests/init.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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":