Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find 'CFPropertyList' #63

Open
logicminds opened this issue Jul 29, 2016 · 0 comments
Open

Could not find 'CFPropertyList' #63

logicminds opened this issue Jul 29, 2016 · 0 comments

Comments

@logicminds
Copy link
Contributor

logicminds commented Jul 29, 2016

on OSX you may see this error 'Could not find 'CFPropertyList' which is due to the fact that some puppet dependencies are now compiled for particular platforms. Because we bundle puppet inside the gem we don't bring all the puppet dependencies and we rely on the user to install dependencies to meet puppet requirements.

As a workaround you can install these dependencies by hand.

gem install CFPropertyList -v 2.2.6
gem install facter
gem install hiera

At a later time we may have to remove the loading of these files from our vendored puppet version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant