From 27d73167ae319284d83d6c48baf23e834e8dfe0c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 1 Mar 2021 13:00:45 -0700 Subject: replace DEFHOSTDEPLOY Signed-off-by: Sean Whitton --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1b4dac5..9baefa2 100644 --- a/README.rst +++ b/README.rst @@ -105,13 +105,11 @@ Try it out / quick start :pgp :location #P"/path/to/com.example.consfig.gpg") (defhost athena.example.com + (:deploy (:ssh (:sudo :as "spwhitton@athena.example.com") :debian-sbcl)) "Web and file server." (file:has-content "/etc/foo" '("these" "are" "my" "lines")) (file:contains-lines "/etc/some.conf" '("FOO=bar"))) - (defhostdeploy (:ssh (:sudo :as "spwhitton@athena.example.com") :debian-sbcl) - athena.example.com) - Here, "spwhitton" is my username on athena; we have to tell Consfigurator what user it will be when it tries to sudo, so it knows whose password it needs. If you have passwordless sudo access configured, you can skip the -- cgit v1.2.3