aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:47:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:47:09 -0700
commit56d22586e049692983821f7de9dbdce7948763e6 (patch)
tree352796cdf158041921086e5cca9302ca4ab08443 /doc/introduction.rst
parentda7e056af1eb5ef663edcdea0470e5c4ceabf790 (diff)
downloadconsfigurator-56d22586e049692983821f7de9dbdce7948763e6.tar.gz
introduction.rst: don't need to import DATA.SSH-ASKPASS
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 732a126..37bbd2a 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -28,12 +28,11 @@ Try it out / quick start
(defpackage :com.example.consfig
(:use #:cl #:alexandria #:consfigurator)
- (:local-nicknames (#:os #:consfigurator.property.os)
- (#:apt #:consfigurator.property.apt)
- (#:cmd #:consfigurator.property.cmd)
- (#:file #:consfigurator.property.file)
- (#:chroot #:consfigurator.property.chroot)
- (#:data.ssh-askpass #:consfigurator.data.ssh-askpass)))
+ (:local-nicknames (#:os #:consfigurator.property.os)
+ (#:apt #:consfigurator.property.apt)
+ (#:cmd #:consfigurator.property.cmd)
+ (#:file #:consfigurator.property.file)
+ (#:chroot #:consfigurator.property.chroot)))
4. Define some hosts and deployments.