aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet.wiki b/puppet.wiki
index 3c94382..eeee76f 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -57,6 +57,12 @@ case $variable {
}
+== Type conversion ==
+
+{{{puppet
+[['a', 1]].hash => { 'a' => 1 }
+}}}
+
== Server ==
{{{class="client"