aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-27 16:16:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-27 16:16:37 -0700
commitcb136f7ac479f9d398d731590caae03ed1f49c78 (patch)
treeae66224488657af0901cf5cb83b7a13146d12e3c /doc/ideas.rst
parent17181036e4ed581abe2018230e892c7c252718ad (diff)
downloadconsfigurator-cb136f7ac479f9d398d731590caae03ed1f49c78.tar.gz
idea for CONCURRENTLY combinator
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/ideas.rst')
-rw-r--r--doc/ideas.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index e89392f..a655422 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -54,6 +54,11 @@ Core
DEPLOY-THESE but take the CONNECTION argument from definitions established
by DEFHOSTDEPLOY.
+- A CONCURRENTLY combinator for property application specifications, which
+ means to apply each of the enclosed properties in parallel. Particularly
+ useful surrounding a set of DEPLOYS applications, to concurrently deploy a
+ number of hosts.
+
Project & packaging
-------------------