From 25a12dd8f0e05165c5b7bed2b0e7b62d75b59e5c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 21:06:24 -0400 Subject: tweaks --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b646fea9..84c4b81f 100644 --- a/README +++ b/README @@ -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 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 -can ssh in and run it. +and compile and run propellor. This can be done by a cron job, or +something can ssh in and run it. 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 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 -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. [1] http://reclass.pantsfullofunix.net/ -- cgit v1.2.3