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.
1 parent 48a1ce7 commit 6c61bb6Copy full SHA for 6c61bb6
manifests/init.pp
@@ -1,7 +1,7 @@
1
class git_demo::git_demo {
2
- $data = lookup({'name' => 'git_demo::participants', 'merge' => { 'strategy' => deep } })
+ $alldata = lookup({'name' => 'git_demo::participants', 'merge' => { 'strategy' => deep } })
3
4
- $data.each |$item| {
+ $alldata.each |$item| {
5
notice("${item['name']}'s favorite food: ${item['favorite']}")
6
}
7
0 commit comments