README fixup

This commit is contained in:
2012-08-19 05:12:07 -04:00
parent 292b5adb31
commit 38cce39cc0

View File

@@ -338,12 +338,6 @@ Presume we have a server with an incoming user, "disco", who has a home director
disco/client/cmds/rsync = rsync -qaWHe "ssh -i /home/disco/.ssh/id_rsa_disco" disco/client/cmds/rsync = rsync -qaWHe "ssh -i /home/disco/.ssh/id_rsa_disco"
disco/server = {} disco/server = {}
disco/server/uri = disco@aklabs.net disco/server/uri = disco@aklabs.net
localhost.localdomain = {}
localhost.localdomain/modules = {}
localhost.localdomain/modules/othermodule-3.2 = {}
localhost.localdomain/modules/testmodule-1.0 = {}
localhost.localdomain/parameters = {}
localhost.localdomain/parameters/something = LOLTHISKEYMEANSNOTHING
... Then we can use disco to configure our host. ... Then we can use disco to configure our host.