aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-24 10:33:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-24 10:33:40 -0700
commit3eda6d0f63bb2b19182dfbacfaa9dd656286d740 (patch)
tree8ef50fa0e14c1909ce1b386926a325c609a4478a /doc/introduction.rst
parent33fdc2a3a738447e9cf6ac25b55e10308211506d (diff)
downloadconsfigurator-3eda6d0f63bb2b19182dfbacfaa9dd656286d740.tar.gz
attempt to implement :AS connection type and AS combinator
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index f724401..a99fb69 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -56,6 +56,10 @@ Try it out / quick start
(apt:service-installed-running "apache2")
+ ;; Apply some properties as a non-root user.
+ (as "spwhitton"
+ (gnupg:public-key-imported "8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B"))
+
(file:has-content "/etc/foo"
#?{Here is my file content.
You can use ${my-substitution} thanks to CL-INTERPOL.