remove mention of reclass
This commit is contained in:
parent
5fd4e6a5cf
commit
f0c5d0bb5f
|
@ -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
|
making declarative properties that are powerful, nicely idempotent, and
|
||||||
easy to adapt to a system's special needs.
|
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
|
## quick start
|
||||||
|
|
||||||
1. Get propellor installed
|
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
|
Set `PROPELLOR_DEBUG=1` to make propellor print out all the commands it runs
|
||||||
and any other debug messages that Properties choose to emit.
|
and any other debug messages that Properties choose to emit.
|
||||||
|
|
||||||
[1] http://reclass.pantsfullofunix.net/
|
|
||||||
|
|
Loading…
Reference in New Issue