Skip to content

nonimode/puppet-thin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

A puppet module that configures ruby thin, sets up site configurations, and an init script for managing services.

it is based on the thin module by evenup

Usage:

Generic thin install

  class { 'thin': }

Adding a thin site

  thin::site { 'coolapp':
    chdir       => '/usr/share/coolapp',
    log         => '/var/log/coolapp/coolapp.log',
    port        => 3200,
    user        => 'coolapp',
    group       => 'coolapp',
    servers     => 1,
    environment => 'production';
  }

About

Puppet module to configure thin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages