We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that an error is thrown indicating lsbmajdistrelease is Undef.
lsbmajdistrelease
puppet-monit/manifests/params.pp
Line 68 in 3fb2a20
After doing some searching it seems that yum install redhat-lsb-core is needed so that required modules are installed for faceter to pull data.
yum install redhat-lsb-core
lsbdistcodename => Core lsbdistdescription => CentOS Linux release 7.9.2009 (Core) lsbdistid => CentOS lsbdistrelease => 7.9.2009 lsbmajdistrelease => 7 lsbminordistrelease => 9 lsbrelease => :core-4.1-amd64:core-4.1-noarch
It may be an idea to replace with modern facts, found this ticket on another plugin. puppetlabs/puppetlabs-kubernetes#174
The text was updated successfully, but these errors were encountered:
Switch to use modern facts. Fix #56
77d5842
f14d460
Merge pull request #57 from sbitio/modern-facts-56
a88b134
No branches or pull requests
It seems that an error is thrown indicating
lsbmajdistrelease
is Undef.puppet-monit/manifests/params.pp
Line 68 in 3fb2a20
After doing some searching it seems that
yum install redhat-lsb-core
is needed so that required modules are installed for faceter to pull data.It may be an idea to replace with modern facts, found this ticket on another plugin.
puppetlabs/puppetlabs-kubernetes#174
The text was updated successfully, but these errors were encountered: