Skip to content

Commit e1b9f02

Browse files
author
Maheswaran
committed
mahes changes
1 parent ff6b391 commit e1b9f02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class git_demo::git_demo {
2-
$data = lookup({'name' => 'git_demo::participants', 'merge' => { 'strategy' => deep } })
2+
$data = lookup({'name' => 'git_demo::participants',
3+
'merge' => { 'strategy' => deep } })
34

45
$data.each |$item| {
56
notice("${item['name']}'s favorite food: ${item['favorite']}")

0 commit comments

Comments
 (0)