visibilityspots / puppet-opentracker

A puppet module which installs and configures a lightweight torrent tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying the lightweight torrent tracker opentracker Build Status

Supported CentOS 6 x86

I packaged the opentracker in an rpm package which is available on http://repository.visibilityspots.com.

Example for node.pp manifest:

node 'HOSTNAME' {
  yumrepo { 'Visibilityspots':
    baseurl  => 'http://repository.visibilityspots.com',
    descr    => 'Visibilityspots repository',
    enabled  => 1,
    gpgcheck => 0
  }

  include ::opentracker

}

default params

By default those parameters will be used according to the params class but you can override them in your nodes manifest:

  $pkg_name         = 'opentracker'
  $pkg_version      = 'installed'

Feel free to report issue's or comments.

About

A puppet module which installs and configures a lightweight torrent tracker


Languages

Language:HTML 51.4%Language:Puppet 25.1%Language:Ruby 23.5%