Signed-off-by: James Turnbull <ja...@lovedthanlost.net>
---
Local-branch: tickets/master/4980
 lib/facter/architecture.rb |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/lib/facter/architecture.rb b/lib/facter/architecture.rb
index e4aaeba..8ccd604 100644
--- a/lib/facter/architecture.rb
+++ b/lib/facter/architecture.rb
@@ -1,5 +1,4 @@
 Facter.add(:architecture) do
-    confine :kernel => [:linux, :"gnu/kfreebsd"]
     setcode do
         model = Facter.value(:hardwaremodel)
         case model
@@ -23,11 +22,3 @@ Facter.add(:architecture) do
         end
     end
 end
-
-Facter.add(:architecture) do
-    confine :kernel => :openbsd
-    setcode do
-        architecture = Facter.value(:hardwaremodel)
-    end
-end
-
-- 
1.7.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to