aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 11:59:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 11:59:33 -0700
commit1ac9c05cfe7526e33481d84dc9c0ac9cc89788d2 (patch)
tree148607745659c392407e47697e471c3e3113f90e /src/deployment.lisp
parent1e8badf482c077982cb8922bf4fbc09838c4a31a (diff)
downloadconsfigurator-1ac9c05cfe7526e33481d84dc9c0ac9cc89788d2.tar.gz
define *HOST* earlier
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 3e6caad..0396e82 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -48,13 +48,6 @@ For example, if you usually deploy properties to athena by SSH,
and then you can eval (athena.silentflame.com) to apply athena's properties."
`(defdeploy ,host-name (,connection ,host-name)))
-(defvar *host* nil
- "Object representing the host at the end of the current connection chain.
-Deployments bind this variable. Its global value should remain nil.
-
-The main point of this is to allow properties to access the context in which
-they're being applied.")
-
;; this exists just to avoid exposing *HOST* but otherwise it's not really a
;; nice abstraction
(defun deploy*-form-for-remote-lisp (remaining)