diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 17:33:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 17:33:00 -0400 |
| commit | 7a34a1efbf9df3e964f203f0c782d4c50e6683c9 (patch) | |
| tree | 1e3f82965b26ff81249c04e82228013d03c2493a /doc/README.mdwn | |
| parent | 215a8e7f0e0943166e98611176b3b5290f31730b (diff) | |
merge from master
Diffstat (limited to 'doc/README.mdwn')
| -rw-r--r-- | doc/README.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 51b1e4dc..71b265f5 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -13,17 +13,17 @@ Properties are defined using Haskell. Edit `~/.propellor/config.hs` to get started. There is fairly complete [API documentation](http://hackage.haskell.org/package/propellor/), which includes many built-in Properties for dealing with -[Apt](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Apt.html) +[Apt](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apt.html) and -[Apache](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Apache.html) +[Apache](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apache.html) , -[Cron](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Cron.html) +[Cron](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Cron.html) and -[Commands](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Cmd.html) +[Commands](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Cmd.html) , -[Dns](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Dns.html) +[Dns](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Dns.html) and -[Docker](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Docker.html), etc. +[Docker](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Docker.html), etc. There is no special language as used in puppet, chef, ansible, etc.. just the full power of Haskell. Hopefully that power can be put to good use in |
