-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Invalid parameter allow_virtual #140
Comments
@ryanrapp reverted the commit which has cause the issue :) |
@shivapoudel Thanks! 👍 |
Apologies @ryanrapp - new PR pushed that should resolve the issue - testing welcome as I did only minimal smoke tests to ensure it works < 3.5. |
No problem, @eshamow. Tested and working for 3.4.3. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1.7.14 has breaking changes for Puppet version 3.4.3.
These are the errors:
Warning: Could not load fact file /etc/puppet/modules/python/lib/facter/pip_version.rb: Invalid parameter allow_virtual
Warning: Could not load fact file /etc/puppet/modules/python/lib/facter/python_version.rb: Invalid parameter allow_virtual
These appear to be the offending commits:
52f56f6
c5d94b7
Reverting to 1.7.13 resolves the issue.
The text was updated successfully, but these errors were encountered: