We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc441b6 + e1b9f02 commit 99b991cCopy full SHA for 99b991c
manifests/init.pp
@@ -1,5 +1,6 @@
1
class git_demo::git_demo {
2
- $alldata = lookup({'name' => 'git_demo::participants', 'merge' => { 'strategy' => deep } })
+ $alldata = lookup({'name' => 'git_demo::participants',
3
+ 'merge' => { 'strategy' => deep } })
4
5
$alldata.each |$item| {
6
notice("${item['name']}'s favorite food: ${item['favorite']}")
0 commit comments