GithubHelp home page GithubHelp logo

thebiglee / puppet-sickbeard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dexterthedragon/puppet-sickbeard

0.0 2.0 0.0 95 KB

Puppet module to install sickbeard

License: Apache License 2.0

Ruby 53.32% Puppet 34.02% HTML 12.65%

puppet-sickbeard's Introduction

#sickbeard

Build Status

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with [sickbeard]
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

##Overview

Puppet module for installing sickbeard

##Module Description

Installs sickbeard from source, and configures it to run

##Setup

###What [sickbeard] affects

  • Installs sickbeard from git
  • Creates the init file
  • Creates the /etc/default/sickbeard file

###Beginning with [sickbeard]

class { 'sickbeard': }

##Usage

Available parameters:

class { 'sickbeard':
  git_repo          => # repo location, should never need to change
  base_dir          => # location to install to, default: /opt
  user              => # owner of sickbeard files, default: sickbeard
  group             => # group of sickbeard files, default: sickbeard
  # /etc/default/sickbeard settings
  run_as            => # user to run sickbeard as, default: sickbeard
  app_path          => # location of SickBeard.py, default: /opt/sickbeard
  data_dir          => # location of sickbeard.db, cache, logs, default: /opt/sickbeard
  pid_file          => # location of sickbeard.pid, default: /var/run/sickbeard/sickbeard.pid
  python_bin        => # location of the python binary, default: /usr/bin/python
  extra_daemon_opts => # extra cli option for sickbeard, i.e. " --config_file=/home/sickbeard/config.ini"
  extra_ssd_opts    => # extra start-stop-daemon option like " --group=users"
}

##Reference

Classes

  • sickbeard

##Limitations

Only tested on Ubuntu currently, but should work on RedHat

##Development

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit your changes
  • Send me a pull request. Bonus points for topic branches.

##Release Notes

See the CHANGELOG

puppet-sickbeard's People

Contributors

dexterthedragon avatar thebiglee avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.