From 3eda6d0f63bb2b19182dfbacfaa9dd656286d740 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 24 Mar 2021 10:33:28 -0700 Subject: attempt to implement :AS connection type and AS combinator Signed-off-by: Sean Whitton --- doc/introduction.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/introduction.rst') 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. -- cgit v1.2.3