You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: