aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 19:32:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 19:32:46 +0100
commitbdd62a05132b9f3d5a9d61099ab6acd5791597b0 (patch)
tree8d5ed048df4b58a06495d8fbd12034ff9c0ce739 /puppet.wiki
parentfre 11 feb 2022 18:59:48 CET (diff)
downloadwiki-public-bdd62a05132b9f3d5a9d61099ab6acd5791597b0.tar.gz
wiki-public-bdd62a05132b9f3d5a9d61099ab6acd5791597b0.tar.xz
sön 13 feb 2022 19:32:46 CET
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet.wiki b/puppet.wiki
index 98e89a1..0eb8df5 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -63,6 +63,14 @@ case $variable {
[['a', 1]].hash => { 'a' => 1 }
}}}
+== Exported Resources ==
+https://puppet.com/docs/puppet/7/lang_exported.html
+
+{{{puppet
+@@ssh { ... }
+Ssh <<| |>>
+}}}
+
== Server ==
{{{class="client"