$OpenBSD: patch-lib_facter_util_partitions_rb,v 1.2 2014/07/09 17:30:55 jasper Exp $

From 832af388fa3e0bd265194a40d820000cf0d043fb Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Wed, 9 Jul 2014 16:52:27 +0200
Subject: [PATCH] (FACT-621) Add OpenBSD support for 'partitions' fact.

--- lib/facter/util/partitions.rb.orig	Wed Jul  9 16:48:36 2014
+++ lib/facter/util/partitions.rb	Wed Jul  9 16:48:42 2014
@@ -1,8 +1,10 @@
 require 'facter/util/partitions/linux'
+require 'facter/util/partitions/openbsd'
 
 module Facter::Util::Partitions
   IMPLEMENTATIONS = {
-    'Linux' => Linux
+    'Linux'   => Linux,
+    'OpenBSD' => OpenBSD,
   }
 
   module NoImplementation
