[root@pe2021 ~]# puppet --version |
7.3.0 |
[root@pe2021 ~]# puppet lookup foo --explain |
Searching for "lookup_options" |
Global Data Provider (hiera configuration version 5) |
Using configuration "/etc/puppetlabs/puppet/hiera.yaml" |
Hierarchy entry "Classifier Configuration Data" |
No such key: "lookup_options" |
Environment Data Provider (hiera configuration version 5) |
Using configuration "/etc/puppetlabs/code/environments/production/hiera.yaml" |
Hierarchy entry "Yaml backend" |
Merge strategy hash |
Path "/etc/puppetlabs/code/environments/production/data/nodes/.yaml" |
Original path: "nodes/%{trusted.certname}.yaml" |
Path not found |
Path "/etc/puppetlabs/code/environments/production/data/common.yaml" |
Original path: "common.yaml" |
No such key: "lookup_options" |
Searching for "foo" |
Global Data Provider (hiera configuration version 5) |
Using configuration "/etc/puppetlabs/puppet/hiera.yaml" |
Hierarchy entry "Classifier Configuration Data" |
No such key: "foo" |
Environment Data Provider (hiera configuration version 5) |
Using configuration "/etc/puppetlabs/code/environments/production/hiera.yaml" |
Hierarchy entry "Yaml backend" |
Path "/etc/puppetlabs/code/environments/production/data/nodes/.yaml" |
Original path: "nodes/%{trusted.certname}.yaml" |
Path not found |
Path "/etc/puppetlabs/code/environments/production/data/common.yaml" |
Original path: "common.yaml" |
No such key: "foo"
|