Re: [Puppet Users] Run 'puppet facts' in ENC

2013-11-18 Thread Jason Antman
The "right" way would probably be to query PuppetDB if you're using it. If you're not using it, the `puppet facts` face (at least in terms of querying by node) seems to just be a CLI for the Inventory Service REST API, which is documented at http://docs.puppetlabs.com/guides/inventory_service.

[Puppet Users] Run 'puppet facts' in ENC

2013-11-17 Thread Alexander Luetjen
Hi, In an ENC I try to run 'puppet facts find ' to retrieve more information about a node. However, the execution of 'puppet facts' fails with the following error message: Error: could not initialize global default settings: couldn't find HOME environment -- expanding `~/.puppet' What's corr