Skip to content

Commit

Permalink
A fix for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Fronius committed Mar 15, 2012
1 parent 1fba79c commit d23d5c8
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# spawn-fcgi module #
Author : Lars Fronius <lars@jimdo.com>

Version : 0.1

Licence : GPLv3

Fully puppet-lint compliant module for configuring spawn-fcgi pools via puppet.

## Intro ##

```
This module installs spawn-fcgi.
It is fully tested on Debian Squeeze.
Expand All @@ -16,15 +18,15 @@ Pool-Configuration is made by 'spawn-fcgi::pool' definition.
There is a wrapper for php-pool definitions in 'spawn-fcgi::php-pool'
See below for details.

```
## Class: spawn-fcgi ##

```
This class manage spawn-fcgi installation and init.d placement.
Use spawn-fcgi::pool or spawn-fcgi::php-pool for configuring spawn-fcgi worker pools.

```

## Define: spawn-fcgi::pool ##

```
Defines spawn-fcgi pools. Places all pool snippets into
/etc/spawn-fcgi, where they will be automatically loaded
Expand Down Expand Up @@ -55,10 +57,10 @@ Parameters :
Defaults to 'www-data'
* group: set group to run fcgi procs with
Defaults to 'www-data'

```

## Define: spawn-fcgi::php-pool ##

```
Define : spawn-fcgi::php-pool
Define a spawn-fcgi pool snippet for php worker. Places all pool snippets into
Expand Down Expand Up @@ -88,12 +90,13 @@ Parameters :
Defaults to 'www-data'
* group: set group to run fcgi procs with
Defaults to 'www-data'

```
## Sample Usage ##

```
include spawn-fcgi
spawn-fcgi::php-pool { "global":
ensure => present,
order => '000',
children => '15'
}
```

0 comments on commit d23d5c8

Please sign in to comment.