update
This commit is contained in:
parent
625b6fc92a
commit
e0d2761e00
|
@ -11,14 +11,22 @@ propellor [options]
|
||||||
`propellor` is a property-based host configuration management program written
|
`propellor` is a property-based host configuration management program written
|
||||||
and configured in haskell.
|
and configured in haskell.
|
||||||
|
|
||||||
The first time you run `propellor`, without any options,
|
# MODES OF OPERATION
|
||||||
it will set up a `~/.propellor/` repository.
|
|
||||||
Edit `~/.propellor/config.hs` to configure it.
|
|
||||||
|
|
||||||
Once propellor is configured, running it without any options will take
|
* The first time you run `propellor`, without any options,
|
||||||
action as needed to satisfy the configured properties of the local host.
|
it will set up a `~/.propellor/` repository.
|
||||||
|
Edit `~/.propellor/config.hs` to configure it.
|
||||||
|
|
||||||
# OPTIONS
|
* Once propellor is configured, running it without any options will take
|
||||||
|
action as needed to satisfy the configured properties of the local host.
|
||||||
|
|
||||||
|
If there's a central git repository, it will first fetch from the
|
||||||
|
repository, check the gpg signature and merge, and rebuild propellor,
|
||||||
|
so that any configuration changes will immediately take effect.
|
||||||
|
|
||||||
|
If propellor is run by a non-root user without any options, this is
|
||||||
|
the same as running propellor --spin with the hostname of the local
|
||||||
|
host.
|
||||||
|
|
||||||
* --spin targethost [targethost ...] [--via relayhost]
|
* --spin targethost [targethost ...] [--via relayhost]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue