summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 16:19:05 -0400
committerJoey Hess2014-04-19 16:19:05 -0400
commitf0c5d0bb5fa8686c7af41080574dce3a9c67bc9f (patch)
treea867e47c68b7450eb56393cf73297220cb3f7915 /doc/README.mdwn
parent5fd4e6a5cf9520bd6bf74419a2d2264d52de50b5 (diff)
remove mention of reclass
Diffstat (limited to 'doc/README.mdwn')
-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/