# curl -ksS \ |
-H "Content-Type: application/json" \ |
--cert $(puppet config print hostcert) \ |
--key $(puppet config print hostprivkey) \ |
https://localhost:8140/puppet/v4/catalog \ |
--data-binary @- <<EOF \ |
| jq -r '.logs[]|.message|select(.|test("^Lookup of"))' |
{"certname": "$(puppet config print certname)", |
"persistence": {"facts": false, |
"catalog": false}, |
"environment": "production", |
"options": {"capture_logs": true, |
"log_level": "debug"}} |
EOF |
Lookup of 'puppet_enterprise::postgres_version_override' |
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/clspe-928bbc-0.us-west1-c.c.customer-support-scratchpad.internal.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" |
Module "puppet_enterprise" Data Provider (hiera configuration version 5) |
...
|