Forge Home

puppet_deluge

Deluged on FreeBSD and Linux

47,050 downloads

45,780 latest version

4.6 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.0 (latest)
  • 0.1.1
  • 0.1.0
released Feb 5th 2018
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 'hackerhorse-puppet_deluge', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hackerhorse-puppet_deluge
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hackerhorse-puppet_deluge --version 0.2.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

hackerhorse/puppet_deluge — version 0.2.0 Feb 5th 2018

puppet_deluge

Table of Contents

  1. What Does This Do?
  2. Requirements
  3. I Can't Connect?
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module
  6. Changelog

What does this do?

This is a puppet module, written to allow you to install the Deluge torrent client on your FreeBSD or Linux server. It makes use of ZFS (on FreeBSD), and manages your deluge user, as well as folder locations and configs. Please note, this supersedes the existing module hackerhorse/puppet_freebsd_deluge. By default, remote access is turned off, but can easily be enabled (see below).

Requirements

For Ubuntu, please ensure you install puppetlabs/apt For ZFS systems, ensure you include puppet_deluge:zfs For non-ZFS systems, please include puppet_deluge:nozfs

THIS MODULE WILL NOT WORK IF YOU DO NOT SELECT ONE OF THESE.

I can't connect!

Did you edit ./files/auth and ./files/core.conf? By default, Deluge does NOT allow remote connections from the desktop client. You need to edit core.conf and change "allow_remote": false, on line 24 to "allow_remote": true, to allow the daemon to talk to a remote client. You also need to edit ./files/auth and add your user to a new line. See http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient#AddUsertotheauthenticationfile for more information!

OS Support

Currently, this module runs on:

  • FreeBSD <= 10.0-RELEASE
  • Ubuntu Linux 13.10 - 17.04

Contribute

You can contribute by forking https://github.com/RainbowHackerHorse/puppet_deluge and opening a PR.

Changelog

Changes in 0.2.0:

  • Removed external ZFS module dependency and switch to upstream puppet ZFS support, as Puppet supports ZFS.
  • Move non-ZFS directory entries to nozfs.pp
  • Add zfs.pp for ZFS specifics
  • Fix incorrect file locations in nozfs.pp (originally the Ubuntu defaults)

Changes in 0.1.1:

  • Add Ubuntu Linux support

Changes in 0.1.0:

  • Initial release. Cleanup from hackerhorse/puppet_freebsd_deluge