- Transmission 2.93 no longer works with
Type=notify
so switched toType=simple
instead
- Adding new parameter to enable on-complete scripts
- Adding some more parameters into the main class
- Creating new class to hold internally-derived parameters
- Fixing cron syntax bug when using remote command auth
- Adding systemd service files for Ubuntu 16.04
- This module no longer supports Puppet 3. If you require Puppet 3 functionality, please use version 1.2.1 from the Puppet Forge, or the puppet3 branch in Git.
- As of this release, Puppet 3.x functionality is deprecated. The next release (2.0.0) will not be compatible with Puppet 3.x.
- Fixes some permissions issues as reported in #1
- Fixing more stdlib deprecation warnings
### Class: transmission
- Fixing legacy stdlib deprecation warnings
## 2016-02-13 - Bug fix Release
- Only notify the
replace_transmission_config
resource if the service should be running
- Only download blocklists if the service should be running
#### Class: transmission
- Blocklist update cron is now absent if the service is stopped
### 2016-01-05 - Feature Release
- 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
- 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
- Using the new parameters from the main
transmission
class to control theservice
resource
- The first release to the Forge!