Forge Home

tautulli

Module to setup Tautulli for Plex

6,592 downloads

4,032 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.3 (latest)
  • 0.2.1
  • 0.1.0
released Jul 16th 2019
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

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'othalla-tautulli', '0.2.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add othalla-tautulli
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install othalla-tautulli --version 0.2.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

othalla/tautulli — version 0.2.3 Jul 16th 2019

tautulli

Build Status

Table of Contents

  1. Description
  2. Setup - The basics of getting started with tautulli
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. 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.