diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 19:03:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 19:03:29 -0400 |
| commit | 0ad5b6e4109f69ed74a8410f62782aa128e6446a (patch) | |
| tree | 4ff3e4d7dba490dd0c5a1fca289bef7340d01d18 /propellor.1 | |
| parent | 95f89280dda74b6c7df166f8c584cf337f5b3f96 (diff) | |
| parent | db1cf96dd70c3f7396b6a3bb89f26b972cc54e0c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.1')
| -rw-r--r-- | propellor.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/propellor.1 b/propellor.1 new file mode 100644 index 00000000..3ee3bf4a --- /dev/null +++ b/propellor.1 @@ -0,0 +1,15 @@ +.\" -*- nroff -*- +.TH propellor 1 "Commands" +.SH NAME +propellor \- property-based host configuration management in haskell +.SH SYNOPSIS +.B propellor [options] host +.SH DESCRIPTION +.I propellor +is a property-based host configuration management program written +and configured in haskell. +.PP +The first time you run propellor, it will set up a ~/.propellor/ +repository. Edit ~/.propellor/config.hs to configure it. +.SH AUTHOR +Joey Hess <joey@kitenet.net> |
