lib/facter/uniqueid.rb in facter-1.5.4 vs lib/facter/uniqueid.rb in facter-1.5.5
- old
+ new
@@ -1,4 +1,4 @@
Facter.add(:uniqueid) do
- setcode 'hostid', '/bin/sh'
- confine :operatingsystem => %w{Solaris Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX}
+ setcode 'hostid', '/bin/sh'
+ confine :operatingsystem => %w{Solaris Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX OEL OVS}
end