aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
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"