Forge Home

teamspeak

Teamspeak 3 installer and manager

10,073 downloads

6,620 latest version

4.3 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

  • 1.0.3 (latest)
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 0.0.1
released Mar 26th 2017
This version is compatible with:
  • , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'StrangeWill-teamspeak', '1.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add StrangeWill-teamspeak
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install StrangeWill-teamspeak --version 1.0.2

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

StrangeWill/teamspeak — version 1.0.2 Mar 26th 2017

Teamspeak Module

Manages a single teamspeak instance install. Installs by default on /opt/teamspeak.

Quick Start

Installing defaults

include teamspeak

Install specific version

class { 'teamspeak':
  version => '3.0.11.3',
}

Install specific version, deploy license file

class { 'teamspeak':
  version      => '3.0.11.3',
  license_file => 'puppet:///modules/roles/teamspeak/licensekey.dat',
}

Install with all parameters set

class { 'teamspeak':
  version      => '3.0.11.3',
  license_file => 'puppet:///modules/roles/teamspeak/licensekey.dat',
  arch         => 'x86',  # x86 or amd64
  user         => 'teamspeak',
  group        => 'teamspeak',
  init         => 'init', # or 'systemd'
  home         => '/opt/teamspeak',
  service      => 'teamspeak'
}

Supported platforms

Currently Debian and RedHat family should work.

x86 and AMD64 only.

Possible future features

  • Hiera support
  • Automatic detection of latest version
  • Multiple mirrors

License

See LICENSE file for details.

Authors

William Roush william.roush@roushtech.net