Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waveclaw/puppet-sickbeard
Puppet Module to configure Sick-Beard a Usenet NZB file search server.
https://github.com/waveclaw/puppet-sickbeard
puppet ruby sickbeard
Last synced: 6 days ago
JSON representation
Puppet Module to configure Sick-Beard a Usenet NZB file search server.
- Host: GitHub
- URL: https://github.com/waveclaw/puppet-sickbeard
- Owner: waveclaw
- License: apache-2.0
- Created: 2015-05-06T05:40:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T05:42:17.000Z (over 9 years ago)
- Last Synced: 2023-03-22T17:16:48.248Z (almost 2 years ago)
- Topics: puppet, ruby, sickbeard
- Language: Ruby
- Size: 117 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
#sickbeard
#### Table of Contents
1. [Overview](#overview)
2. [Module Description](#module-description)
3. [Setup](#setup)
* [What sickbeard affects](#what-sickbeard-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with sickbeard](#beginning-with-sickbeard)
4. [Usage](#usage)
5. [Reference](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development](#development)## Overview
Install Sick-Beard on SLES 12.
## Module Description
This module installs, configures in a basic way and starts the Sick-Beard service.
## Setup
### What sickbeard affects
Installs an RPM from a 3rd party yum repository.
Uses various interesting services that index Usenet Binaries.
Opens selected ports on the system firewall.
### Setup Requirements
This module pulls in many packages that may require custom repositories.
### Beginning with sickbeard
The very basic steps needed for a user to get the module up and running.
## Usage
Include the module to use it.
```puppet
node sb_server.example.net {
include sickbeard
}
```## 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. Contributions more welcome.
## Release Notes/Contributors/Etc
See CHANGELOG