Re-upping this topic rather than creating a new one.
I'm using Puppet 3.3.1 and am still having this problem.
For example, if I run:
puppet node find $(puppet config print certname) --render-as yaml
The resulting YAML is missing ENC-set parameters (among other things).
On the other hand, if I call the Puppet server's REST API (e.g. a GET to
https://puppet:8140/production/node/<certname>), I
do get the ENC-set parameters.
I'd like to use the provided command-line tool to do this, but it doesn't seem to be working correctly. Am I missing something?
Thanks!