Issue #11299 has been updated by Andrew Parker.
This was actually released in 1.7.0 and merged in commit c584f11 ---------------------------------------- Feature #11299: Facter should utilize CFPropertyList to read/write plist files https://projects.puppetlabs.com/issues/11299#change-94873 * Author: Gary Larizza * Status: Closed * Priority: Normal * Assignee: Gary Larizza * Category: library * Target version: 2.0.0 * Keywords: OS X plist cfpropertylist * Branch: https://github.com/puppetlabs/facter/pull/188 * Affected Facter version: ---------------------------------------- Currently Facter has to run plutil -convert xml1 on EVERY plist it encounters because it has no way of supporting binary plist files. The CFPropertyList project is a Ruby library that allows direct access to read/write plist files WITHOUT using Appleās CoreFoundation libraries (which give Facter/Puppet problems due to green threading). Facter should be able to utilize that library to read/write plist files as it would speed up service resource handling exponentially. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
