--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To post to this group, send email to puppet...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
CaSe SenSitiVe? RedHat vs. redhat?
--
It's not that simple. Puppet thinks osfamily is 'Linux' whereas facter returns 'RedHat' at the command prompt.
It's not that simple. Puppet thinks osfamily is 'Linux' whereas facter returns 'RedHat' at the command prompt.
I've checked, but there's only one set of RPMs installed and the facter binary points to those.
# rpm -qa | grep puppet
pe-puppet-enterprise-release-2.0.3-0.pe.el6.noarch
pe-puppet-2.7.9-3.pe.el6.noarch
pe-rubygem-puppet-module-0.3.4-2.pe.el6.noarch
rpm -qa | grep facter
pe-facter-1.6.4-2.pe.el6.noarch
# which facter
/usr/local/bin/facter
# which puppet
/usr/local/bin/puppetThere's nothing installed from tarball or gem, this is a newly built box with just our standard RPM setup on it.