Version information
released Nov 17th 2013
Start using this module
Add this module to your Puppetfile:
mod 'panaman-plexms', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
panaman/plexms — version 1.0.0 Nov 17th 2013
Plex Media Server
Plex website: (http://www.plexapp.com) This module will install the Plex media server and create a backup cron of the PMS Library. This module works on Ubuntu, Centos, Redhat, Fedora and Scientific.
###Plex Media Server Control Panel Once the module has been applied, you should be able to browse to the following url http://hostname:32400/manage
Basic Usage
Accept all defaults, and store backups in /backup/plex_libaray.date.tar.gz
include plexms
###Install Plex and disable backups
class { 'plexms':
backup => false,
}
###Variables
$backup = true # Enable Backup (default)
= false # Disable Backup
$storage = '/backup' # Backup storage directory
$filename = "plex_library.`date '+%A'`" # Backup file name
$minute = '30' # Cron Backup minute
$hour = '4' # Cron Backup hour
Support
Please log tickets and issues at our Projects site
Dependencies
- puppetlabs/apt (>= 1.4.0)
- panaman/tps (>= 1.0.2)