Issue #11298 has been updated by Gary Larizza. Status changed from Code Insufficient to In Topic Branch Pending Review Branch changed from https://github.com/puppetlabs/puppet/pull/622 to https://github.com/puppetlabs/puppet/pull/1313
Updated this Pull Request to simply vendor CFP. When this gets merged, I'll tackle each provider independently to eliminate the amount of code to be reviewed. ---------------------------------------- Feature #11298: Puppet should utilize CFPropertyList to read/write plist files https://projects.puppetlabs.com/issues/11298#change-78234 Author: Gary Larizza Status: In Topic Branch Pending Review Priority: Normal Assignee: Gary Larizza Category: OSX Target version: 3.x Affected Puppet version: Keywords: OS X plist cfpropertylist Branch: https://github.com/puppetlabs/puppet/pull/1313 Currently Puppet 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 Puppet problems due to green threading). Puppet 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 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-bugs?hl=en.
