Version information
released Jan 14th 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'dowlingw-kodi', '0.1.3'
Learn more about managing modules with a PuppetfileDocumentation
dowlingw/kodi — version 0.1.3 Jan 14th 2016
kodi
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Installs the Kodi Open Source Home Theatre application on your system.
Usage
To get started without any fuss, use an include statement:
include kodi
If you want to run bleeding edge Kodi, use the following:
class { 'kodi':
prerelease => true
}
Limitations
Right now, this module targets Ubuntu - but I am keen to clean things up and extend to other linux distributions and Windows.
Development
Please feel free to head to the Github page and submit a pull request.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-apt (>= 1.0.0)