2014-04-19 19:45:27 +00:00
|
|
|
[[!meta title="propellor: property-based host configuration management in haskell"]]
|
|
|
|
|
|
|
|
[[!sidebar content="""
|
2014-04-19 20:00:44 +00:00
|
|
|
[[Install]]
|
|
|
|
[API documentation](http://hackage.haskell.org/package/propellor)
|
|
|
|
[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-04-19 21:30:38 +00:00
|
|
|
## enjoy
|
|
|
|
|
|
|
|
Hope you find Propellor fun and useful!
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
-- _ ______`| ,-.__
|
|
|
|
{- Propellor -- / \___-=O`/|O`/__| (____.'
|
|
|
|
Deployed -} -- \ / | / ) _.-"-._
|
|
|
|
-- `/-==__ _/__|/__=-| ( \_
|
|
|
|
hosts :: [Host] -- * \ | | '--------'
|
|
|
|
hosts = -- (o) `
|
|
|
|
</pre>
|
|
|
|
|
2014-05-10 14:05:28 +00:00
|
|
|
Propellor is free software, licensed under the BSD license.
|
2014-04-19 21:33:11 +00:00
|
|
|
|
2014-04-19 19:56:19 +00:00
|
|
|
## news
|
|
|
|
|
|
|
|
[[!inline pages="news/* and !*/Discussion" show="4" archive=yes]]
|