skip to navigation
skip to content

plone.recipe.haproxy 1.0b1

Buildout recipe to install haproxy

Detailed Documentation

Supported options

The recipe supports the following options:

option1
Description for option1...
option2
Description for option2...

Example usage

We'll start by creating a buildout that uses the recipe:

>>> write('buildout.cfg',
... """
... [buildout]
... parts = test1
...
... [test1]
... recipe = plone.recipe.haproxy
... option1 = %(foo)s
... option2 = %(bar)s
... """ % { 'foo' : 'value1', 'bar' : 'value2'})

Running the buildout gives us:

>>> print 'start', system(buildout) # doctest:+ELLIPSIS
start...
Installing test1.
Unused options for test1: 'option2' 'option1'.
<BLANKLINE>

Contributors

Helge Tesdal, Author

Change history

1.0b1 (2008-11-25)

  • First public release [Helge Tesdal].
File Type Py Version Uploaded on Size # downloads
plone.recipe.haproxy-1.0b1.tar.gz (md5) Source 2008-11-26 09:13:04 6KB 672

Log in to rate this package.