Buildout recipe to install haproxy
Project description
Code repository: http://svn.plone.org/svn/collective/buildout/plone.recipe.haproxy
Questions and comments to somemailing_list
Report bugs at http://bug.somewhere.com/..
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].
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file plone.recipe.haproxy-1.0b1.tar.gz
.
File metadata
- Download URL: plone.recipe.haproxy-1.0b1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 283e8bd658377a3a648b64770a34e93a5e4fcabf5394aa173ce7be5b23a85c5e |
|
MD5 | ab1e695ce550246e72d89c9097cca09d |
|
BLAKE2b-256 | 93f2ecffdee42b214c7ed1a8f476b1bde8a8c52cb29dbb62bd551d229fd66194 |