aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-01 12:17:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:47:27 -0700
commit0a540d0374f85773181896b731f2f373d28e21ae (patch)
treec3fedc03a5aa03430906a0d024ae5536fe9cf27e /doc
parent8bcc29d72c41906f32353cd9df15c500bf7d89c8 (diff)
downloadconsfigurator-0a540d0374f85773181896b731f2f373d28e21ae.tar.gz
attempt to implement DEPLOYS and DEPLOYS-THESE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/ideas.rst3
-rw-r--r--doc/propspecs.rst4
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 8dfcbff..f2d3e2a 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -6,9 +6,6 @@ Patches welcome.
Properties
----------
-- Implementing DEPLOYS and DEPLOYS-THESE is a priority, as it is the first
- step towards implementing things like building disc images.
-
Connections
-----------
diff --git a/doc/propspecs.rst b/doc/propspecs.rst
index a3f8900..38253d2 100644
--- a/doc/propspecs.rst
+++ b/doc/propspecs.rst
@@ -38,5 +38,5 @@ cases. For example, you can write::
instead of::
(deploys '(:ssh (:sudo :as "spwhitton@athena.example.com")) athena.example.com
- `((additional-property ,val1)
- (a-further-property ,val2)))
+ (make-propspec :props `((additional-property ,val1)
+ (a-further-property ,val2))))