dalen / puppet-puppetdbquery

Query functions for PuppetDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppetdbquery CLI option no longer working

mateusz-gozdek-sociomantic opened this issue · comments

On latest version of open source puppet (5.3.2), puppet puppetdbquery command no longer works. I get following error:

# puppet puppetdbquery
Error: Could not parse application options: cannot load such file -- puppet/application/query

It seems that version 3.0.0 available from forge was not properly released, as it contains
require 'puppet/application/query' in lib/puppet/face/puppetdbquery.rb, that's why it's not working.

Seems that I misread of what's in the repo and the fix is actually needed.