You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
The text was updated successfully, but these errors were encountered:
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: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']
The text was updated successfully, but these errors were encountered: