Hello Puppet users, Does anyone know if there is some hook into the REST HTTPS API to get/ send binary data in a YAML-compatible format? According to the spec, that would mean packing the file as a base64 string: http://yaml.org/type/binary.html Right now, it packs the file as a wasteful Unicode escape string like \x123\x321 which chokes the Perl parser (I am trying to talk to Puppet using LWP and YAML::Simple on the client) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.