aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-24 17:08:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-24 17:08:50 -0700
commitbf9d7ed723517034449af5e4c2857897ccaddbfb (patch)
treeb150b53b67d2820cdd65cfd26090d7ae6c257cc0 /src/package.lisp
parentbedf3a65d844beaeae3f58b4818323926532cf74 (diff)
downloadconsfigurator-bf9d7ed723517034449af5e4c2857897ccaddbfb.tar.gz
add CONSFIGURATOR.PROPERTY.CONTAINER
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 4d71382..a84520a 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -298,6 +298,11 @@
#:required
#:supports-arch-p))
+(defpackage :consfigurator.property.container
+ (:use #:cl #:consfigurator)
+ (:export #:contained
+ #:when-contained))
+
(defpackage :consfigurator.property.mount
(:use #:cl #:alexandria #:consfigurator)
(:local-nicknames (#:os #:consfigurator.property.os)
@@ -355,6 +360,7 @@
(:local-nicknames (#:service #:consfigurator.property.service)
(#:apt #:consfigurator.property.apt)
(#:os #:consfigurator.property.os)
+ (#:container #:consfigurator.property.container)
(#:file #:consfigurator.property.file))
(:shadow #:deploys #:deploys. #:deploys-these #:deploys-these.)
(:export #:deploys