Version information
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 7.0.0
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'othalla-tautulli', '0.2.3'
Learn more about managing modules with a PuppetfileDocumentation
tautulli
Table of Contents
- Description
- Setup - The basics of getting started with tautulli
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
This module simply install Tautulli for linux.
Setup
What tautulli affects OPTIONAL
If it's obvious what your module touches, you can skip this section. For example, folks can probably figure out that your mysql_instance module affects their MySQL instances.
If there's more that they should know about, though, this is the place to mention:
- A list of files, packages, services, or operations that the module will alter, impact, or execute.
- Dependencies that your module automatically installs.
- Warnings or other important notices.
Setup Requirements
TODO
Beginning with tautulli
The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.
Usage
This section is where you describe how to customize, configure, and do the fancy stuff with your module here. It's especially helpful if you include usage examples and code samples for doing things with your module.
include ::tautulli
Reference
user
Unix user account for Tautulli install.
- Default: tautulli
uid
Unix user account uid.
- Default: 892
install_dir
Directory where to install Tautulli.
- Default: /opt/tautulli
config_dir
Directory where to store Tautulli config .ini file.
- Default: /opt/tautulli
data_dir
Directory where to store Tautulli database .db file.
- Default: /var/tautulli
Limitations
This module should be working on any systemd-based Linux distribution.
Development
As for any module, you can fork it and open some PR on it.
Release Notes/Contributors/Etc. Optional
If you aren't using changelog, put your release notes here (though you should
consider using changelog). You can also add any additional sections you feel
are necessary or important to include here. Please use the ##
header.
Dependencies
- puppetlabs-vcsrepo (>= 1.0.0)