Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 524 Bytes

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\', :backlog => 512',
	pid               => '/var/run/puppet/puppetmaster_unicorn.pid',
	user              => 'puppet',
}