Title: Message Title
William Hopper commented on an issue
Facter / Bug FACT-631
operatingsystemmajrelease does not work on Solaris
The code for operatingsystemmajrelease tries to include Solaris, but it gets the case incorrect which causes the code to never evaluate on Solaris.

https://github.com/puppetlabs/facter/blob/master/lib/facter/operatingsystemmajrelease.rb

This code:
Facter.add(:operatingsystemmajrelease) do
  confine :operatingsystem => :solaris
  setcode do
    i...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to