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 retrieve nginx_version: uninitialized constant Facter::Core #758

Closed
alex-harvey-z3q opened this issue Feb 4, 2016 · 3 comments

Comments

@alex-harvey-z3q
Copy link
Contributor

I suspect that someone's added a custom fact that's only compatible with certain versions of facter.

[root@centos-66-x64 ~]# facter -v
1.7.3
[root@centos-66-x64 ~]# puppet apply -e 'include nginx'
Could not retrieve nginx_version: uninitialized constant Facter::Core
Could not retrieve nginx_version: uninitialized constant Facter::Core
...
@3flex
Copy link
Contributor

3flex commented Feb 4, 2016

Thanks, you're right... this was added in #753. I'm going to revert that change and ask that the fact be made compatible with earlier versions, or if not, bump the Facter version dependency.

@jyaworski
Copy link
Member

Is this the facter from EPEL?

@alex-harvey-z3q
Copy link
Contributor Author

It's not from EPEL; it's just Facter 1.7.3 installed as a Gem when I installed Puppet 3.3.1. It seems like Puppet hates us, because looks like they moved stuff in Facter::Util::Resolution to Facter::Core::Execution when they released Facter 2.

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

3 participants