This commit is contained in:
Joey Hess 2014-03-30 21:06:24 -04:00
parent 5da737d027
commit 25a12dd8f0
Failed to extract signature
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -8,8 +8,8 @@ The design is intentionally very minimal.
Propellor lives in a git repository, and so to set it up it's cloned Propellor lives in a git repository, and so to set it up it's cloned
to a system, and "make" can be used to pull down any new changes, to a system, and "make" can be used to pull down any new changes,
and compile and run propellor. This can be done by a cron job. Or something and compile and run propellor. This can be done by a cron job, or
can ssh in and run it. something can ssh in and run it.
Properties are defined using Haskell. Edit Propellor.hs Properties are defined using Haskell. Edit Propellor.hs
@ -36,7 +36,7 @@ for each host and be annoying.
Instead, propellor --spin $host looks for a privdata/$host.gpg file and Instead, propellor --spin $host looks for a privdata/$host.gpg file and
if found decrypts it and sends it to the host using ssh. To set a field if found decrypts it and sends it to the host using ssh. To set a field
in such a file, use: propellor --set $host $field in such a file, use: propellor --set $host $field
The field name is will be something like 'Password "root"'; see PrivData.hs The field name will be something like 'Password "root"'; see PrivData.hs
for available fields. for available fields.
[1] http://reclass.pantsfullofunix.net/ [1] http://reclass.pantsfullofunix.net/