Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waveclaw/puppet-couchpotato
Puppet Module to configure Couchpotao, a bittorrent and video management tool.
https://github.com/waveclaw/puppet-couchpotato
couchpotato puppet ruby
Last synced: about 2 months ago
JSON representation
Puppet Module to configure Couchpotao, a bittorrent and video management tool.
- Host: GitHub
- URL: https://github.com/waveclaw/puppet-couchpotato
- Owner: waveclaw
- License: apache-2.0
- Created: 2015-05-06T05:44:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T05:45:00.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T17:16:46.339Z (almost 2 years ago)
- Topics: couchpotato, puppet, ruby
- Language: Puppet
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#sabnsbd
#### Table of Contents
1. [Overview](#overview)
2. [Module Description](#module-description)
3. [Setup](#setup)
* [What couchpotato affects](#what-couchpotato-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with couchpotato](#beginning-with-couchpotato)
4. [Usage](#usage)
5. [Reference](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development](#development)## Overview
Install CouchPotato on SLES 12.
## Module Description
This module installs, configures in a basic way and starts the CouchPotato service.
## Setup
### What couchpotato affects
Installs an RPM from a 3rd party yum repository.
Uses significant I/O and disk space to process downloaded Usenet binaries.
Opens selected ports on the system firewall.
### Setup Requirements
This module pulls in many packages that may require custom repositories.
### Beginning with couchpotato
The very basic steps needed for a user to get the module up and running.
## Usage
Include the module to use it.
```puppet
node couchpotato.example.net {
include couchpotato
}
```## Reference
Includes the standard install, config, service layout.
## Limitations
Limited to Puppet 3.0+.
Compatible with RedHat and Suse type Linux Operating Systems.
## Development
Apache 2.0 Licensed. Forks welcome. Push requests more welcome.
## Release Notes/Contributors/Etc
See CHANGELOG