Added documentation to minidlna module.
This commit is contained in:
parent
bab6399528
commit
82d5ff3f3a
1 changed files with 14 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue