sebastianrakel-teamspeak


License
Apache-2.0
Install
puppet module install sebastianrakel-teamspeak --version 0.1.0

Documentation

puppet-teamspeak

Tests Quality Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores Apache 2.0_License

Table of contents

Teamspeak Setup

Teamspeak is a voice over IP Server for the teamspeak 3 client

Examples

There is no need of parameters, but there are few

include teamspeak
class{'teamspeak':
  version => '3.12.1',
  home    => '/opt/teamspeak3',
  user    => 'teamspeak',
  group   => 'teamspeak',
}

Tests

This module has several unit tests and linters configured. You can execute them by running:

bundle exec rake test

Contributions

Contribution is fairly easy:

  • Fork the module into your namespace
  • Create a new branch
  • Commit your bugfix or enhancement
  • Write a test for it (maybe start with the test first)
  • Create a pull request

License and Author

This module was originally written by Sebastian Rakel. It's licensed with Apache 2.0 License.