acidprime / exports

A puppet face that queries puppetdb and returns the exported resources
7 stars 7 forks source link

How to filter for exported resource? #15

Open bastelfreak opened 2 years ago

bastelfreak commented 2 years ago

Hi! thanks for the little face. It helped me a lot to debug some resources. I export a few defined resources and puppet node exports lists them fine:

Name         Exports
foo.local      Mymodule::Myclass['foo']

How can I filter for that? I tried: puppet node exports --resources Mymodule::Myclass puppet node exports --resources mymodule::myclass puppet node exports --resources Mymodule::Myclass['foo']