Skip to content

Puppet code for deploying and configuring Unicorn. Allows for multiple instances.

Notifications You must be signed in to change notification settings

Dimonyga/puppet-unicorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicorn puppet module based on sbilo-unicorn

This module configures a Unicorn multi-instance installation.

Configure an instance

Basic configuration of an unicorn instance (example taken from the puppet module).

unicorn::instance { 'puppetmaster':
	    working_directory => '/usr/share/puppet/ext/rack/files/',
	    listen            => '/var/run/puppet/puppetmaster_unicorn.sock',
	    pid               => '/var/run/puppet/puppetmaster_unicorn.pid',
	    user              => 'puppet',
}

Tested On: * Centos 7 => OK * Fedora 23 => OK * Debian 8 => OK

About

Puppet code for deploying and configuring Unicorn. Allows for multiple instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.4%
  • Puppet 35.1%
  • HTML 5.5%
  • Ruby 1.0%