aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 17:03:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 17:22:25 -0700
commitc4457789daacc3cb49bc266325e3406d9861c815 (patch)
treed1bc920adc8ab951885b79275d0df0b4ee6fc98f /doc/introduction.rst
parent3a635a8810fca3fb46e1ab3e7bca6ee502f9acf7 (diff)
downloadconsfigurator-c4457789daacc3cb49bc266325e3406d9861c815.tar.gz
add missing packages to sample consfig DEFPACKAGE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 401068e..3cc12a7 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -24,9 +24,12 @@ Try it out / quick start
(in-package :cl-user)
(defpackage :com.example.consfig
- (:use #:cl #:consfigurator #:alexandria)
- (:local-nicknames (#:file #:consfigurator.property.file)
+ (: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.pgp #:consfigurator.data.pgp)))
4. Define some hosts and deployments.