aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-24 22:10:19 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-24 22:10:19 +0100
commit7c44d04ad32bcad45f207c5d4f835889ed63207e (patch)
treef373dce824efbe5ebe3bc7f2d8298f24fde88fbb /puppet.wiki
parentMerge branch 'master' of git.hornquist.se:git/wiki-public (diff)
downloadwiki-public-7c44d04ad32bcad45f207c5d4f835889ed63207e.tar.gz
wiki-public-7c44d04ad32bcad45f207c5d4f835889ed63207e.tar.xz
tis 24 jan 2023 22:10:19 CET
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet.wiki b/puppet.wiki
index 7c097b7..6b4e097 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -43,7 +43,8 @@ https://puppet.com/docs/puppet/7/lang_conditional.html
{{{puppet
$variable ? {
Array => 'one thing',
- String => 'Anothing thing'
+ String => 'Anothing thing',
+ default => '',
}
}}}