aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
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