Oh wait, also! On Thursday, August 23, 2012 1:12:03 PM UTC-7, Jon McKenzie wrote: > > > Is there a way on the server side to validate the ENC -> class > transformation for clients? I can see in the logs when the ENC script gets > run, but there's not much other detail > > > Yeah, get the node object at the command line on your puppet master.
$ sudo puppet node find screech.magpie.lan --mode master --render-as yaml ...where screech.magpie.lan is the node name. It'll have a 'classes' key which will be either an array or a hash depending on how your ENC was rigged. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/XFb_9tdePrwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
