aboutsummaryrefslogtreecommitdiff
path: root/doc/propspecs.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:13:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:47:27 -0700
commit3b642381dc1f69f41b36611bd794bf8f5a61e7be (patch)
tree34f3135f7947503103eb75f19dc9d9cc75137693 /doc/propspecs.rst
parenta480000c3dc483e21f7d60f0889891c745d346c8 (diff)
downloadconsfigurator-3b642381dc1f69f41b36611bd794bf8f5a61e7be.tar.gz
note that you still need parens with special evaluation rule
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/propspecs.rst')
-rw-r--r--doc/propspecs.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/propspecs.rst b/doc/propspecs.rst
index 38253d2..b24104c 100644
--- a/doc/propspecs.rst
+++ b/doc/propspecs.rst
@@ -40,3 +40,6 @@ instead of::
(deploys '(:ssh (:sudo :as "spwhitton@athena.example.com")) athena.example.com
(make-propspec :props `((additional-property ,val1)
(a-further-property ,val2))))
+
+(though note the parentheses around the two property applications remain,
+unlike in ``DEPLOY``, ``DEFHOST`` etc.).