2014-11-20 23:52:05 +00:00
|
|
|
[[!meta title="propellor: deploying properties to hosts with haskell"]]
|
2014-04-19 19:45:27 +00:00
|
|
|
|
|
|
|
[[!sidebar content="""
|
2014-04-19 20:00:44 +00:00
|
|
|
[[Install]]
|
|
|
|
[API documentation](http://hackage.haskell.org/package/propellor)
|
2014-11-22 01:54:16 +00:00
|
|
|
[[Other Documentation|documentation]]
|
2014-04-19 20:00:44 +00:00
|
|
|
[Sample config file](http://git.joeyh.name/?p=propellor.git;a=blob;f=config-joey.hs)
|
2014-04-19 20:32:17 +00:00
|
|
|
[[Security]]
|
2014-04-19 20:00:44 +00:00
|
|
|
[[Todo]]
|
|
|
|
[[Forum]]
|
2014-04-19 19:45:27 +00:00
|
|
|
"""]]
|
|
|
|
|
2014-04-19 20:04:25 +00:00
|
|
|
[[!inline raw=yes pages="README"]]
|
2014-04-19 19:56:19 +00:00
|
|
|
|
2014-11-20 23:49:04 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td width="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_a]]</td>
|
|
|
|
<td widtd="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_b]]</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2014-04-19 21:30:38 +00:00
|
|
|
<pre>
|
|
|
|
-- _ ______`| ,-.__
|
|
|
|
{- Propellor -- / \___-=O`/|O`/__| (____.'
|
|
|
|
Deployed -} -- \ / | / ) _.-"-._
|
|
|
|
-- `/-==__ _/__|/__=-| ( \_
|
|
|
|
hosts :: [Host] -- * \ | | '--------'
|
|
|
|
hosts = -- (o) `
|
|
|
|
</pre>
|