looks like the endpoint is different. trying to hi...
# bolt
n
looks like the endpoint is different. trying to hit
/pdb/query/v4
fails on this super old puppetdb. this yields results, though.
Copy code
curl -s <https://puppetdb02.domain.edu:8081/v4/nodes> --tlsv1 --cacert $ca --cert $cert --key $key  | jq '.[] | .certname'| wc -l
2062