summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 16:19:09 -0400
committerJoey Hess2014-04-19 16:19:09 -0400
commitc105aa0bb4c4b5056e1479377b70f79e70f53269 (patch)
treebeb8577a37c5fefa71bfb27591e25544613a8f1d
parent9e6d894352ff15d5825b8a78a898bae40e2d0012 (diff)
parentf0c5d0bb5fa8686c7af41080574dce3a9c67bc9f (diff)
Merge branch 'joeyconfig'
-rw-r--r--doc/README.mdwn7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index b870c9ec..0a32efc0 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -22,11 +22,6 @@ the full power of Haskell. Hopefully that power can be put to good use in
making declarative properties that are powerful, nicely idempotent, and
easy to adapt to a system's special needs.
-Also avoided is any form of node classification. Ie, which hosts are part
-of which classes and share which configuration. It might be nice to use
-reclass[1], but then again a host is configured using simply haskell code,
-and so it's easy to factor out things like classes of hosts as desired.
-
## quick start
1. Get propellor installed
@@ -101,5 +96,3 @@ for available fields.
Set `PROPELLOR_DEBUG=1` to make propellor print out all the commands it runs
and any other debug messages that Properties choose to emit.
-
-[1] http://reclass.pantsfullofunix.net/