dalen / puppet-puppetdbquery

Query functions for PuppetDB
Apache License 2.0
198 stars 71 forks source link

undefined method `extract_nested_fact' #109

Closed maximnik closed 7 years ago

maximnik commented 7 years ago

I've upgraded puppet server to 2.8, client to 4.10 and puppetdbquery to 3.0.1 Now I'm trying to use structured facts instead old string. I try to use following query: ec2_metadata.network.public-ipv4s, but get error:

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, undefined method `extract_nested_fact' for #

Thanks