Searching for "lookup_options" |
Global Data Provider (hiera configuration version 5) |
No such key: "lookup_options" |
Environment Data Provider (hiera configuration version 5) |
Using configuration "/home/rvicinus/.puppetlabs/etc/code/environments/production/hiera.yaml" |
Merge strategy hash |
Hierarchy entry "level1" |
Path "/home/rvicinus/.puppetlabs/etc/code/environments/production/data/level1.yaml" |
Original path: "level1.yaml" |
No such key: "lookup_options" |
Hierarchy entry "level2" |
Path "/home/rvicinus/.puppetlabs/etc/code/environments/production/data/level2.yaml" |
Original path: "level2.yaml" |
Found key: "lookup_options" value: { |
"test" => { |
"merge" => "deep" |
} |
} |
Merged result: { |
"test" => { |
"merge" => "deep" |
} |
} |
Using merge options from "lookup_options" hash |
Searching for "test" |
Merge strategy deep |
Global Data Provider (hiera configuration version 5) |
No such key: "test" |
Environment Data Provider (hiera configuration version 5) |
Using configuration "/home/rvicinus/.puppetlabs/etc/code/environments/production/hiera.yaml" |
Merge strategy deep |
Hierarchy entry "level1" |
Path "/home/rvicinus/.puppetlabs/etc/code/environments/production/data/level1.yaml" |
Original path: "level1.yaml" |
Found key: "test" value: { |
"array" => [ |
1, |
1, |
2 |
] |
} |
Hierarchy entry "level2" |
Path "/home/rvicinus/.puppetlabs/etc/code/environments/production/data/level2.yaml" |
Original path: "level2.yaml" |
Found key: "test" value: {} |
Merged result: { |
"array" => [ |
1, |
2 |
] |
} |
Merged result: { |
"array" => [ |
1, |
2 |
] |
}
|