#!## mount.tpl
#### Mount Parameters

## Description: mount device
## Type:        string
## Mandatory:   yes
## Default:     "/dev/blockdevice"
MOUNT_DEVICE=""

## Description: mount point
## Type:	string
## Mandatory:   yes
## Default:     "/local/path/to/mountpoint"
MOUNT_POINT=""

## Description: optional filetype
## Type:	string
## Mandatory:   yes
## Default:     ""
MOUNT_FS=""

## Description: optional mount options
## Type:	string
## Mandatory:	no
## Default:     "spaceless-list"
MOUNT_OPTIONS=""
