(11299) Feature/1.6.x/plist support#109
Closed
glarizza wants to merge 1 commit intopuppetlabs:1.6.xfrom
Closed
Conversation
Vendoring Christian Kruse's CFPropertyList to handle plist reading/writing due to its native support for binary and xml plists without having to use Foundation libraries.
|
As discussed on IRC this code is still in progress, so I'm just closing for now. Also the branch to merge into is up for discussion/debate I presume. |
whopper
pushed a commit
to whopper/facter
that referenced
this pull request
Mar 18, 2015
(CFACT-88) Replace string utility functions with those in Boost.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CFPropertyList (http://github.com/ckruse/cfpropertylist by Christian Kruse) is a Ruby library that can read/write XML AND binary plist files without having to use the 'plutil' command on OS X. The end-result is exponentially faster Puppet runs that have to query/stop/start OS X services.