nwops / puppet-retrospec

The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
https://www.retrospec-puppet.com/
GNU Affero General Public License v3.0
137 stars 27 forks source link

Could not find 'CFPropertyList' #63

Open logicminds opened 8 years ago

logicminds commented 8 years ago

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.