transmission

Installs and configures the headless component of the Transmission BitTorrent client.

14,219 downloads

6,126 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.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 2.2.1 (latest)
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.2.1
  • 1.2.0 (deleted)
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.0
released Sep 1st 2017
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=4.6.1 <5.0.0

Start using this module

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

Add this module to your Puppetfile:

mod 'CraigWatson1987-transmission', '2.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add CraigWatson1987-transmission
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install CraigWatson1987-transmission --version 2.1.0

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

CraigWatson1987/transmission — version 2.1.0 Sep 1st 2017

Change Log

2.1.0

2017-09-01 - Feature Release

Class: transmission

  • Adding some more parameters into the main class

Class: transmission::params

  • Creating new class to hold internally-derived parameters
  • Fixing cron syntax bug when using remote command auth

Class: transmission::service

  • Adding systemd service files for Ubuntu 16.04

2.0.0

2017-02-28 - Major Version Release

Puppet 3 Support Removed

1.2.1

2017-02-28 - Minor Version Release

Puppet 3 Deprecation

  • As of this release, Puppet 3.x functionality is deprecated. The next release (2.0.0) will not be compatible with Puppet 3.x.

Module-wide: Permissions issues

  • Fixes some permissions issues as reported in #1

1.1.4

2016-12-30 - Bugfix Release

Class: transmission

  • Fixing more stdlib deprecation warnings

1.1.3

2016-12-30

### Class: transmission

  • Fixing legacy stdlib deprecation warnings

1.1.2

## 2016-02-13 - Bug fix Release

Class: transmission::config

  • Only notify the replace_transmission_config resource if the service should be running

Class: transmission::install

  • Only download blocklists if the service should be running

1.1.1

2016-01-18 - Bug Fix Release

#### Class: transmission

  • Blocklist update cron is now absent if the service is stopped

1.1.0

### 2016-01-05 - Feature Release

Class: transmission

  • Two new parameters to control if the Transmission daemon is running or started at boot
  • New parameter to control if the module should add the Transmission PPA repository

Class: transmission::install

  • The Blocklist download exec now requires the Service resource, rather than file resources
  • The PPA repository is only added if the main class parameter is set to true

Class: transmission::service

  • Using the new parameters from the main transmission class to control the service resource

1.0.0

2015-11-30 - First Release

  • The first release to the Forge!