~gandelman-a/ubuntu/precise/facter/merge922788

« back to all changes in this revision

Viewing changes to lib/facter/uniqueid.rb

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-05-27 11:27:00 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110527112700-ffl2ufveh4uisiwc
Tags: upstream-1.5.9
ImportĀ upstreamĀ versionĀ 1.5.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Facter.add(:uniqueid) do
2
2
    setcode 'hostid', '/bin/sh'
3
 
    confine :operatingsystem => %w{Solaris Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX OEL OVS}
 
3
    confine :operatingsystem => %w{Solaris Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX OEL OVS GNU/kFreeBSD}
4
4
end