summaryrefslogtreecommitdiffstats
path: root/lib/facter/id.rb
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2010-09-10 19:02:44 +0200
committerDaniel Pittman <daniel@rimspace.net>2011-01-31 12:55:25 -0800
commit0d7a2e683125028758ae91d3754c0466fd068cf3 (patch)
tree476f9a0af5446613d1ebb7519bcb2ba3ecc77d6d /lib/facter/id.rb
parentecd7cda64bdf3c8cd97b7c05f9cf7eb890d3682b (diff)
downloadfacter-0d7a2e683125028758ae91d3754c0466fd068cf3.tar.gz
facter-0d7a2e683125028758ae91d3754c0466fd068cf3.tar.xz
facter-0d7a2e683125028758ae91d3754c0466fd068cf3.zip
Fix #4755: add support for GNU/kFreeBSD platform where missing.
Merged manually to the current state of the art. Minimal conflicts resolved by adding both Darwin and GNU/KFreeBSD to the confine lines. Author: Marc Fournier <marc.fournier@camptocamp.com> Signed-off-by: Daniel Pittman <daniel@puppetlabs.com> Signed-off-by: Rick Bradley <rick@rickbradley.com>
Diffstat (limited to 'lib/facter/id.rb')
-rw-r--r--lib/facter/id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/id.rb b/lib/facter/id.rb
index 0a4067d..c2ab3b7 100644
--- a/lib/facter/id.rb
+++ b/lib/facter/id.rb
@@ -1,5 +1,5 @@
Facter.add(:id) do
- confine :operatingsystem => %w{Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX OEL OVS}
+ confine :operatingsystem => %w{Linux Fedora RedHat CentOS SuSE SLES Debian Ubuntu Gentoo AIX OEL OVS GNU/kFreeBSD}
setcode "whoami"
end